diff options
author | Christian Breunig <christian@breunig.cc> | 2024-07-29 22:32:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-29 22:32:17 +0200 |
commit | 6dfa557fe08ba746daed526a860b728331c74337 (patch) | |
tree | 40349243e7adf56c41cbf88fc9d2621e20a6005f | |
parent | ad0acad65051a449432f882edb60246cdfeeb8e5 (diff) | |
download | vyos-1x-6dfa557fe08ba746daed526a860b728331c74337.tar.gz vyos-1x-6dfa557fe08ba746daed526a860b728331c74337.zip |
T6560: action must be run on forked repo
n order to properly build and test the code that is to be "merged in",
we need to run this action on the source branch of the PR (pull_request) and
not the target branch of the PR (pull_request_target)
-rw-r--r-- | .github/workflows/package-smoketest.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/package-smoketest.yml b/.github/workflows/package-smoketest.yml index 824cd64b1..0a8208b87 100644 --- a/.github/workflows/package-smoketest.yml +++ b/.github/workflows/package-smoketest.yml @@ -1,7 +1,7 @@ name: VyOS ISO integration Test on: - pull_request_target: + pull_request: branches: - current paths: |