Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh authored Jun 20, 2024
1 parent c65eca8 commit 5960ca9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ concurrency:
cancel-in-progress: true

jobs:
show:
runs-on: ubuntu-latest
steps:
- run: echo "${{ toJSON(github.event) }}"
reusable-workflow:
if: github.event.workflow_run.event == 'pull_reqeust' || github.event.workflow_run.event == 'pull_request_target'
uses: ./.github/workflows/comment.yml
Expand Down

0 comments on commit 5960ca9

Please sign in to comment.