Skip to content

Commit

Permalink
fix condition to allow always running on a workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Nov 23, 2023
1 parent 0cac80c commit b3f7dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
name: OK to Test
runs-on: ubuntu-latest
if: >-
github.event_name == 'pull_request_target' ||
github.event_name != 'pull_request_target' ||
github.event.pull_request.head.repo.full_name == github.repository ||
contains(github.event.pull_request.labels.*.name, 'ok to test')
steps:
Expand Down

0 comments on commit b3f7dc4

Please sign in to comment.