Skip to content

Commit 48cf4a5

Browse files
committed
Add a variable to allow manual control of timing publication
1 parent d1a5c8d commit 48cf4a5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,9 @@ pages:
252252
- job: tuolumne-build-and-test
253253
optional: true
254254
rules:
255-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
255+
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $REPORT_TIMINGS == "ON"'
256+
when: always
257+
- when: never
256258
script:
257259
- python3 -m venv .venv
258260
- .venv/bin/pip install --quiet matplotlib

0 commit comments

Comments
 (0)