Skip to content

Commit

Permalink
Disable workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
adeepn committed May 25, 2023
1 parent 49593a9 commit 5e4ae8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jh-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
prepare:
if: ${{ github.event_name == 'workflow_dispatch' || contains(github.event.pull_request.labels.*.name, 'run-dev-build') }}
if: 0 #${{ github.event_name == 'workflow_dispatch' || contains(github.event.pull_request.labels.*.name, 'run-dev-build') }}
name: Prepare build
runs-on: [ "ubuntu-20.04" ]
permissions:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/jh-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

jobs:
validate_release:
if: 0 # disable old releases
name: Validate release
runs-on: [ "ubuntu-20.04" ]
outputs:
Expand Down

0 comments on commit 5e4ae8f

Please sign in to comment.