Skip to content

Commit

Permalink
Revert "ci: Stop jobs that are no longer relevant"
Browse files Browse the repository at this point in the history
This reverts commit 8e5e479.
  • Loading branch information
Fizzixnerd committed Nov 15, 2024
1 parent 22d14eb commit 665f215
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 17 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ on:
pull_request:
workflow_dispatch: {}

concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

jobs:
benchmarks:
timeout-minutes: 30
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/build-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ on:
pull_request:
workflow_dispatch: {}

concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

jobs:
Prepare:
runs-on: ubuntu-latest
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/build-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,8 @@
name: Build o1js bindings

on:
workflow_dispatch:
pull_request:

concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

jobs:
nix-build:
name: build-bindings-ubuntu
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/live-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ on:
- v1
workflow_dispatch: {}

concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

jobs:
master:
timeout-minutes: 45
Expand Down

0 comments on commit 665f215

Please sign in to comment.