Skip to content

Commit

Permalink
Revert "TEMP: pretend this is not a PR CI"
Browse files Browse the repository at this point in the history
This reverts commit a369b51.
  • Loading branch information
sandhose committed Oct 22, 2024
1 parent a369b51 commit b4bf5db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .ci/scripts/calculate_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ def set_output(key: str, value: str):
print(f"{key}={value}", file=f)


# TEMP: this is to test the new targets in the PR CI
IS_PR = False
IS_PR = os.environ["GITHUB_REF"].startswith("refs/pull/")

# First calculate the various trial jobs.
#
Expand Down

0 comments on commit b4bf5db

Please sign in to comment.