Skip to content

Commit

Permalink
TEST: Add dangerous workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pnacht authored Sep 4, 2024
1 parent 54790dc commit 87504ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
on:
push:
pull_request_target:

env:
A: 1
Expand All @@ -11,3 +12,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: echo ${{ env }}
- run: echo ${{ github.event.pull_request.title }}

0 comments on commit 87504ef

Please sign in to comment.