We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ce7a28 commit c1d9e3eCopy full SHA for c1d9e3e
.github/workflows/build-test.yml
@@ -69,7 +69,7 @@ jobs:
69
needs: [should-test-docker-build]
70
name: Test Docker build
71
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:')
+ 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:')
73
permissions:
74
contents: read
75
packages: read
0 commit comments