diff options
author | Christian Breunig <christian@breunig.cc> | 2024-07-05 08:57:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-05 08:57:10 +0200 |
commit | 0e70cea1daf2abf9c9074bb5da4f3de5c1aca833 (patch) | |
tree | fb24e9e0acdf78b614878d7656d464dd0a45826f /.github/workflows/package-smoketest.yml | |
parent | 9cddfd9fde5504cd5e42ed75560f21619aca646b (diff) | |
parent | 61e05665b58246efda0567f84aa6e08c24b25907 (diff) | |
download | vyos-1x-0e70cea1daf2abf9c9074bb5da4f3de5c1aca833.tar.gz vyos-1x-0e70cea1daf2abf9c9074bb5da4f3de5c1aca833.zip |
Merge pull request #3784 from vyos/T6556-trigger-branches-cleanup
T6556: workflow trigger branches cleanup
Diffstat (limited to '.github/workflows/package-smoketest.yml')
-rw-r--r-- | .github/workflows/package-smoketest.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/package-smoketest.yml b/.github/workflows/package-smoketest.yml index 08c8d42f5..36558f4ce 100644 --- a/.github/workflows/package-smoketest.yml +++ b/.github/workflows/package-smoketest.yml @@ -4,7 +4,6 @@ on: pull_request_target: branches: - current - - circinus permissions: pull-requests: write |