Skip to content

Commit

Permalink
CI: Don't upload OCI images from Dependabot pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Oct 1, 2023
1 parent dd97c01 commit ae9161f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/oci-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
oci:
needs: build_and_test
runs-on: ubuntu-latest
if: ${{ ! (startsWith(github.actor, 'dependabot') || github.event.pull_request.head.repo.fork ) }}

steps:
- name: Acquire sources
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/oci-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
oci:
needs: build_and_test
runs-on: ubuntu-latest
if: ${{ ! (startsWith(github.actor, 'dependabot') || github.event.pull_request.head.repo.fork ) }}

steps:
- name: Acquire sources
Expand Down

0 comments on commit ae9161f

Please sign in to comment.