Skip to content

Commit

Permalink
Update GHA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
justinyoo committed Jul 24, 2024
1 parent 4735451 commit 6254eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-quest-completed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ jobs:
- name: Check quest - Unit Test
if: |
steps.issue.outputs.issueType == 'CONNECT-FOUR' &&
steps.issue.outputs.issueType == 'UNIT-TEST' &&
steps.issue.outputs.isOverdue == 'false' &&
steps.issue.outputs.isValidGitHubProfile == 'true' &&
steps.issue.outputs.isValidGitHubRepository == 'true'
Expand Down

0 comments on commit 6254eae

Please sign in to comment.