File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010
1111jobs :
1212 build :
13+ if : false # FIXME: disable for PR 143
1314 strategy :
1415 fail-fast : false
1516 matrix :
7576 slack-text : >
7677 [RBDyn] Build *${{ matrix.os }}/${{ matrix.build-type }}* failed on ${{ github.ref }}
7778 check :
78- if : always()
79+ if : false # FIXME: disable for PR 143
80+ # if: always()
7981 name : check-build-ubuntu
8082 runs-on : ubuntu-latest
8183 needs :
Original file line number Diff line number Diff line change 1919 - " **"
2020jobs :
2121 package :
22+ if : false # FIXME: disable for PR 143
2223 uses : jrl-umi3218/github-actions/.github/workflows/package-project.yml@master
2324 with :
2425 deps : ' ["jrl-umi3218/Tasks"]'
3637 CLOUDSMITH_API_KEY : ${{ secrets.CLOUDSMITH_API_KEY }}
3738 GH_TOKEN : ${{ secrets.GH_PAGES_TOKEN }}
3839 check :
39- if : always()
40+ if : false # FIXME: disable for PR 143
41+ # if: always()
4042 name : check-package-ubuntu
4143 runs-on : ubuntu-latest
4244 needs :
You can’t perform that action at this time.
0 commit comments