Skip to content

Commit

Permalink
attempt to fix missing CI on release branches component upgrades (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
neoaggelos authored May 16, 2024
1 parent 05c6887 commit 85ad878
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- autoupdate/strict
- 'release-[0-9]+.[0-9]+'
- 'autoupdate/release-[0-9]+.[0-9]+-strict'
- 'autoupdate/sync/+'
- 'autoupdate/sync/**'
pull_request:

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

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

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

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

jobs:
Expand Down

0 comments on commit 85ad878

Please sign in to comment.