File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 1212 pr-contributor :
1313 if : ${{ !(github.repository == 'domjudge/domjudge-packaging' &&
1414 github.ref == 'refs/heads/main') &&
15+ github.event.action != 'enqueued' &&
1516 (github.event_name == 'pull_request_target' ||
1617 github.event.pull_request.head.repo.full_name != github.repository) }}
1718 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1313 pr-domjudge :
1414 if : ${{ !(github.repository == 'domjudge/domjudge-packaging' &&
1515 github.ref == 'refs/heads/main') &&
16+ github.event.action != 'enqueued' &&
1617 (github.event_name == 'pull_request_target' ||
1718 github.event.pull_request.head.repo.full_name != github.repository) }}
1819 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1010 pr-gitlab :
1111 if : ${{ !(github.repository == 'domjudge/domjudge-packaging' &&
1212 github.ref == 'refs/heads/main') &&
13+ github.event.action != 'enqueued' &&
1314 (github.event_name == 'pull_request_target' ||
1415 github.event.pull_request.head.repo.full_name != github.repository) }}
1516 name : PR GitLab image
You can’t perform that action at this time.
0 commit comments