Skip to content

Commit

Permalink
remove dependency between workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mthbernardes committed Dec 23, 2022
1 parent 12b31b1 commit 320cdb9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
name: release shape-shifter

on:
workflow_run:
workflows: [Clojure tests]
types:
- completed
on: push

jobs:
release:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 320cdb9

Please sign in to comment.