Skip to content

Commit

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


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

# First calculate the various trial jobs.
#
Expand Down

0 comments on commit a369b51

Please sign in to comment.