Skip to content

Commit

Permalink
Update R4,R5 GHA for hackathon (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
zihyeon08 authored Aug 24, 2024
1 parent 25c66d0 commit 9f488e2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/on-hackathon-r4-verified.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ jobs:
if: |
steps.issue.outputs.issueType == 'APP2' &&
steps.issue.outputs.verified == 'true' &&
github.event_name != 'workflow_dispatch' &&
steps.issue.outputs.inspected == 'true' &&
github.event.comment.user.login == github.event.issue.assignee.login
shell: bash
Expand All @@ -150,7 +149,6 @@ jobs:
if: |
steps.issue.outputs.issueType == 'APP2' &&
steps.issue.outputs.verified == 'true' &&
github.event_name != 'workflow_dispatch' &&
steps.issue.outputs.inspected == 'true' &&
github.event.comment.user.login == github.event.issue.assignee.login
uses: actions-cool/issues-helper@v3
Expand All @@ -172,7 +170,6 @@ jobs:
if: |
steps.issue.outputs.issueType == 'APP2' &&
steps.issue.outputs.verified == 'true' &&
github.event_name != 'workflow_dispatch' &&
steps.issue.outputs.inspected == 'true' &&
github.event.comment.user.login == github.event.issue.assignee.login
shell: bash
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/on-hackathon-r5-verified.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ jobs:
if: |
steps.issue.outputs.issueType == 'PITCH' &&
steps.issue.outputs.verified == 'true' &&
github.event_name != 'workflow_dispatch' &&
steps.issue.outputs.inspected == 'true' &&
github.event.comment.user.login == github.event.issue.assignee.login
shell: bash
Expand All @@ -150,7 +149,6 @@ jobs:
if: |
steps.issue.outputs.issueType == 'PITCH' &&
steps.issue.outputs.verified == 'true' &&
github.event_name != 'workflow_dispatch' &&
steps.issue.outputs.inspected == 'true' &&
github.event.comment.user.login == github.event.issue.assignee.login
uses: actions-cool/issues-helper@v3
Expand All @@ -172,7 +170,6 @@ jobs:
if: |
steps.issue.outputs.issueType == 'PITCH' &&
steps.issue.outputs.verified == 'true' &&
github.event_name != 'workflow_dispatch' &&
steps.issue.outputs.inspected == 'true' &&
github.event.comment.user.login == github.event.issue.assignee.login
shell: bash
Expand Down

0 comments on commit 9f488e2

Please sign in to comment.