Skip to content

Commit

Permalink
Make sure to trigger CI when autoupdating release branches (#424)
Browse files Browse the repository at this point in the history
* use PAT so that CI is triggered

* run CI no push to autoupdate/sync/+ branches
  • Loading branch information
neoaggelos authored May 16, 2024
1 parent 39fa417 commit 0f9fa6d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- autoupdate/strict
- 'release-[0-9]+.[0-9]+'
- 'autoupdate/release-[0-9]+.[0-9]+-strict'
- 'autoupdate/sync/+'
pull_request:

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- autoupdate/strict
- 'release-[0-9]+.[0-9]+'
- 'autoupdate/release-[0-9]+.[0-9]+-strict'
- 'autoupdate/sync/+'
pull_request:

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- autoupdate/strict
- 'release-[0-9]+.[0-9]+'
- 'autoupdate/release-[0-9]+.[0-9]+-strict'
- 'autoupdate/sync/+'
pull_request:

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sbom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- autoupdate/strict
- 'release-[0-9]+.[0-9]+'
- 'autoupdate/release-[0-9]+.[0-9]+-strict'
- 'autoupdate/sync/+'
pull_request:

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/strict-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
- 'release-[0-9]+.[0-9]+'
- 'autoupdate/sync/+'
pull_request:

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update-components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ matrix.branch }}
ssh-key: ${{ secrets.DEPLOY_KEY_TO_UPDATE_STRICT_BRANCH }}

- name: Setup Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit 0f9fa6d

Please sign in to comment.