Skip to content

Commit

Permalink
chore: Update templated files (34039ec) (#274)
Browse files Browse the repository at this point in the history
chore: Generated commit to update templated files since the last template run up to stackabletech/operator-templating@34039ec

Reference-to: stackabletech/operator-templating@34039ec (PR-version change conditions to be mutually exclusive)
  • Loading branch information
stackable-bot authored Jan 29, 2025
1 parent 2f2489a commit 61cddb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ jobs:
# For PRs to be merged against a release branch, use the version that has already been set in the calling script.
# We can't rely on cargo set-version here as we will break semver rules when changing the version to make it
# specific to this PR e.g. 1.2.0 --> 1.2.0-pr678, so set it manually.
if: ${{ github.event_name == 'pull_request' && github.ref != 'refs/heads/main' }}
if: ${{ github.event_name == 'pull_request' && github.event.pull_request.base.ref != 'main' }}
env:
PR_NUMBER: ${{ github.event.pull_request.number }}
shell: bash
Expand Down Expand Up @@ -440,7 +440,7 @@ jobs:
# For PRs to be merged against a release branch, use the version that has already been set in the calling script.
# We can't rely on cargo set-version here as we will break semver rules when changing the version to make it
# specific to this PR e.g. 1.2.0 --> 1.2.0-pr678, so set it manually.
if: ${{ github.event_name == 'pull_request' && github.ref != 'refs/heads/main' }}
if: ${{ github.event_name == 'pull_request' && github.event.pull_request.base.ref != 'main' }}
env:
PR_NUMBER: ${{ github.event.pull_request.number }}
shell: bash
Expand Down

0 comments on commit 61cddb0

Please sign in to comment.