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 aecdd41 commit 85a2c7eCopy full SHA for 85a2c7e
2 files changed
.github/workflows/container.yml
@@ -18,6 +18,7 @@ permissions:
18
19
jobs:
20
build:
21
+ if: github.event_name != 'pull_request' || github.event.pull_request.user.login != 'dependabot[bot]'
22
runs-on: ubuntu-latest
23
steps:
24
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
.github/workflows/package.yml
@@ -22,6 +22,7 @@ permissions:
publish:
25
26
27
28
0 commit comments