Skip to content

Commit a880db9

Browse files
authored
fix(ci): Use correct label to skip ci on master runs (#270)
1 parent 695cbc4 commit a880db9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
if: github.ref == 'refs/heads/master'
6565
with:
6666
github-token: ${{ steps.token.outputs.token }}
67-
message: "chore: Set docker tag for master [skip-ci]"
67+
message: "chore: Set docker tag for master [skip ci]"
6868

6969
docker-build:
7070
name: Build & publish Docker images

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ runs:
8484
INPUT_WORKING_DIRECTORY: ${{ inputs.working_directory }}
8585
INPUT_DISABLE_TELEMETRY: ${{ inputs.disable_telemetry }}
8686
INPUT_DISABLE_SAFE_DIRECTORY: ${{ inputs.disable_safe_directory }}
87-
uses: docker://ghcr.io/getsentry/action-release-image:master
87+
uses: docker://ghcr.io/getsentry/action-release-image:ab-skip-ci
8888

8989
# For actions running on macos or windows runners, we use a composite
9090
# action approach which allows us to install the arch specific sentry-cli

0 commit comments

Comments
 (0)