Skip to content

Commit 32f0a7f

Browse files
authored
ci: run build test action when there's a change in the action file (#268)
1 parent ea80972 commit 32f0a7f

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
needs: [should-test-docker-build]
7070
name: Test Docker build
7171
runs-on: ubuntu-latest
72-
if: ((needs.should-test-docker-build.outputs.workflow == 'true' && github.actor == 'dependabot[bot]') || needs.should-test-docker-build.outputs.docker == 'true') && !startsWith(github.event.head_commit.message, 'bump:')
72+
if: (needs.should-test-docker-build.outputs.workflow == 'true' || needs.should-test-docker-build.outputs.docker == 'true') && !startsWith(github.event.head_commit.message, 'bump:')
7373
permissions:
7474
contents: read
7575
packages: read

.github/workflows/docker-build-no-login.yml

Whitespace-only changes.

.github/workflows/docker-build.yml

Whitespace-only changes.

0 commit comments

Comments
 (0)