We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd9bfc3 commit 09691bdCopy full SHA for 09691bd
.github/workflows/poetry-checks.yml
@@ -1,11 +1,11 @@
1
name: poetry checks
2
3
on:
4
- pull_request_target:
+ pull_request:
5
branches: [ "main" ]
6
7
concurrency:
8
- group: ${{ github.workflow }}-${{ github.event.pull_request_target.number || github.ref }}
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
9
cancel-in-progress: true
10
11
permissions: {}
0 commit comments