Skip to content

Commit

Permalink
CI: update jobs for Yoda v1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
stsnel committed Sep 27, 2024
1 parent d1bb8c8 commit 2c46936
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/api-and-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- development
- release-1.9
- release-1.10
- "**-atr"
# We can force an integration/API test run without opening a PR by pushing to a branch name that ends with "-atr"
pull_request:
Expand Down Expand Up @@ -38,6 +39,8 @@ jobs:
run: |
if [ "${{ steps.extract_branch.outputs.branch }}" = "release-1.9" ]; then
echo "branch=release-1.9" >> $GITHUB_OUTPUT
elif [ "${{ steps.extract_branch.outputs.branch }}" = "release-1.10" ]; then
echo "branch=release-1.10" >> $GITHUB_OUTPUT
else
echo "branch=development" >> $GITHUB_OUTPUT
fi
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches:
- 'development'
- 'release-1.9'
- 'release-1.10'

jobs:
push-image:
Expand Down

0 comments on commit 2c46936

Please sign in to comment.