Skip to content

Commit

Permalink
Remove activate from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rwinch authored Mar 6, 2024
1 parent dcf3a71 commit 4139792
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,7 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
activate:
runs-on: ubuntu-latest
steps:
- name: Proceed
run: echo ok go
build:
needs: activate
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 4139792

Please sign in to comment.