Skip to content

Commit

Permalink
event pr
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Feb 10, 2025
1 parent d52bb23 commit 4fac136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env:
jobs:
preflight:
# if: github.event.pull_request.draft == false || contains(github.event.label.name, 'bug') || contains(github.event.pull_request.labels.*.name, 'bug')
if: github.event.pull_request.draft == false || contains(github.event.label.name, 'CI-Draft')
if: github.event.pull_request.draft == false || contains(github.event.pull_request.labels.*.name, 'CI-Draft')
uses: ./.github/workflows/reusable.yaml
job1:
runs-on: ubuntu-
Expand Down

0 comments on commit 4fac136

Please sign in to comment.