Skip to content

Commit

Permalink
Does this run in the context
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Vasseur committed Jun 2, 2024
1 parent 6b39cfb commit 1eb7869
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build-domjudge-container-PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
DOMJUDGE_VERSION: M.m.p

jobs:
pr-domjudge-q:
pr-domjudge:
runs-on: ubuntu-latest
steps:
- name: "P"
Expand All @@ -25,14 +25,14 @@ jobs:
echo "${{ github.ref }}"
echo "${{ github.event_name }}"
echo "${{ github.event.pull_request.head.repo.full_name }}"
pr-domjudge:
if: ${{ !(github.repository == 'domjudge/domjudge-packaging' &&
github.ref == 'refs/heads/main') &&
!contains(github.ref, 'gh-readonly-queue') &&
(github.event_name == 'pull_request' ||
github.event.pull_request.head.repo.full_name != github.repository) }}
runs-on: ubuntu-latest
steps:
#pr-domjudge:
# if: ${{ !(github.repository == 'domjudge/domjudge-packaging' &&
# github.ref == 'refs/heads/main') &&
# !contains(github.ref, 'gh-readonly-queue') &&
# (github.event_name == 'pull_request' ||
# github.event.pull_request.head.repo.full_name != github.repository) }}
# runs-on: ubuntu-latest
# steps:
- name: Checkout
uses: actions/checkout@v4

Expand Down

0 comments on commit 1eb7869

Please sign in to comment.