Skip to content

Commit d937692

Browse files
committed
ci(tmp): temporarely disable non-nix workflows
1 parent 56a058c commit d937692

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010

1111
jobs:
1212
build:
13+
if: false # FIXME: disable for PR 143
1314
strategy:
1415
fail-fast: false
1516
matrix:
@@ -75,7 +76,8 @@ jobs:
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:

.github/workflows/package.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919
- "**"
2020
jobs:
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"]'
@@ -36,7 +37,8 @@ jobs:
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:

0 commit comments

Comments
 (0)