Skip to content

Commit 4b5a4c5

Browse files
author
Derek Hower
committed
Add SINGULARITY env var to nightly
1 parent cce52ad commit 4b5a4c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
needs: check_date
2727
if: ${{ needs.check_date.outputs.should_run != 'false' }}
2828
runs-on: ubuntu-latest
29+
env:
30+
SINGULARITY: 1
2931
steps:
3032
- name: Clone Github Repo Action
3133
uses: actions/checkout@v4

0 commit comments

Comments
 (0)