Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.

Commit b27369f

Browse files
authored
Fix: removed negation from if in workflow
1 parent 204d4bf commit b27369f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/validation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202
actions: read
203203
contents: read
204204
runs-on: ubuntu-24.04
205-
if: "!github.event.release.prerelease"
205+
if: "github.event.release.prerelease"
206206
needs: [test-building, Anchore, CodeQL]
207207
steps:
208208
- name: Checkout Repository

0 commit comments

Comments
 (0)