Skip to content

Commit

Permalink
Temporarily disable jobs
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Hallgren <[email protected]>
  • Loading branch information
thallgren committed Aug 8, 2024
1 parent 48a718b commit ee00374
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/licenses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
workflow_dispatch:
jobs:
dependency_info_linux:
if: false
name: "Linux: Verify use of forbidden licenses"
runs-on: ubuntu-latest
outputs:
Expand Down Expand Up @@ -46,6 +47,7 @@ jobs:
echo "up-to-date=yes" >> $GITHUB_OUTPUT
fi
up_to_date_check_linux:
if: false
name: "Linux: Check out-of-date licenses"
needs: dependency_info_linux
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ env:
HOMEBREW_NO_INSTALL_FROM_API:
jobs:
unit:
if: false
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit ee00374

Please sign in to comment.