Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkMcCulloh committed Jun 26, 2023
1 parent 7bee9a4 commit 4c5c922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mutation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
mutate:
runs-on: ubuntu-latest
# Run if the workflow run is a pull request
if: github.event.workflow_run.conclusion == 'failure' && ((github.action_repository == 'winglang/wing' && github.event.workflow_run.head_branch != 'main') || github.repository != github.action_repository)
if: github.event.workflow_run.conclusion == 'failure' && ((github.event.workflow_run.repository.full_name == 'winglang/wing' && github.event.workflow_run.head_branch != 'main') || github.event.workflow_run.repository.full_name != 'winglang/wing')
steps:
- name: Download artifacts
id: download-artifacts
Expand Down

0 comments on commit 4c5c922

Please sign in to comment.