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 8dadaa9 commit a9e8db6Copy full SHA for a9e8db6
.github/workflows/e2e.yaml
@@ -31,8 +31,7 @@ jobs:
31
if: >
32
github.event_name == 'schedule' ||
33
github.event_name == 'workflow_dispatch' ||
34
- (github.event_name == 'pull_request_target' && github.event.repository.permissions.write == true)
35
-
+ (github.event_name == 'pull_request_target' && contains(github.event.pull_request.user.permissions || fromJSON('{"push":false}'), 'push'))
36
concurrency:
37
group: ${{ github.workflow }}-${{ matrix.provider }}-${{ github.event.pull_request.number || github.ref_name }}
38
cancel-in-progress: true
0 commit comments