Skip to content

Commit

Permalink
fix(ci): run build_packages against develop (#687)
Browse files Browse the repository at this point in the history
### Briefly, what does this PR introduce?
This PR removes the workaround for `develop` branch here. It now will
use the `develop` tag for the spack container image too.
  • Loading branch information
wdconinc authored Nov 22, 2024
1 parent a68cf70 commit ef83093
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ jobs:
id: set-tag
run: |
base_ref=${{ github.event.pull_request.base.ref || github.ref }}
if [[ $base_ref =~ ^develop$ ]] ; then
TAG=latest
fi
if [[ $base_ref =~ ^releases/(v[0-9].[0-9]+)$ ]] ; then
TAG=${BASH_REMATCH[1]}.0
fi
Expand Down

0 comments on commit ef83093

Please sign in to comment.