Skip to content

Commit

Permalink
Merge pull request #3784 from vyos/T6556-trigger-branches-cleanup
Browse files Browse the repository at this point in the history
T6556: workflow trigger branches cleanup
  • Loading branch information
c-po committed Jul 5, 2024
2 parents 9cddfd9 + 61e0566 commit 0e70cea
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 13 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/add-pr-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on:
pull_request_target:
branches:
- current
- crux
- equuleus
- sagitta
- circinus

permissions:
pull-requests: write
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/chceck-pr-message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on:
pull_request_target:
branches:
- current
- crux
- equuleus
- sagitta
- circinus
types: [opened, synchronize, edited]

permissions:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/check-unused-imports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ on:
pull_request:
branches:
- current
- equuleus
- sagitta
- circinus
workflow_dispatch:

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Perform CodeQL Analysis"

on:
push:
branches: [ "current", "sagitta", "equuleus", "circinus" ]
branches: [ "current" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "current" ]
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/package-smoketest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
pull_request_target:
branches:
- current
- circinus

permissions:
pull-requests: write
Expand Down

0 comments on commit 0e70cea

Please sign in to comment.