Skip to content

Commit

Permalink
Only run weekly docker image scan on origin (oracle#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnestoro authored Nov 6, 2023
1 parent f549b9f commit 75ed77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scan-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
if: github.event_name == 'pull_request'
run: ./gradlew checkAllowedDockerImages --baseCommit=${{ github.event.pull_request.base.sha }} --newCommit=${{ github.event.pull_request.head.sha }}
- name: "🔎 Check all docker images"
if: github.event_name != 'pull_request'
if: github.event_name != 'pull_request' && github.repository == 'oracle/graalvm-reachability-metadata'
run: ./gradlew checkAllowedDockerImages

0 comments on commit 75ed77e

Please sign in to comment.