Skip to content

Commit

Permalink
Workflow not running :/
Browse files Browse the repository at this point in the history
  • Loading branch information
r4um authored Mar 23, 2024
1 parent 874c384 commit 4853ca2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ on:
tags:
- '*'
workflow_run:
workflows:
- "CI"
workflows: ["CI"]
types:
- completed
jobs:
build:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
if: ${{ github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 4853ca2

Please sign in to comment.