mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
ci: Add if for image scan job (#4416)
Co-authored-by: Link <link20050703@gmail.com>
This commit is contained in:
@@ -94,6 +94,7 @@ jobs:
|
|||||||
name: Image scan
|
name: Image scan
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
|
if: ${{ github.event_name == 'schedule' || github.event_name == 'push' }}
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
security-events: write
|
security-events: write
|
||||||
|
|||||||
Reference in New Issue
Block a user