Skip to content

Commit b165043

Browse files
authored
Merge pull request #4220 from FStarLang/gebner_always_publish_nightly_builds
Do not block nightly builds on tier 2 platforms.
2 parents 5773aa5 + c8db16c commit b165043

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/nightly-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
publish:
3030
runs-on: ubuntu-latest
3131
needs: build-all
32+
if: always()
3233
steps:
3334
- uses: actions/checkout@master
3435
with:
@@ -64,6 +65,9 @@ jobs:
6465
# ^ Download all artifacts into the same dir.
6566
# Each of them is a single file, so no clashes happen.
6667

68+
- name: Check that tier 1 platform builds succeeded
69+
run: test -f artifacts/fstar-Linux-x86_64.tar.gz
70+
6771
# For debugging.
6872
- run: |
6973
echo LOCAL

0 commit comments

Comments
 (0)