Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
ci(release): add condition (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkeyl committed Jan 17, 2024
1 parent c05ca6a commit 3a27a66
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Release

on:
workflow_run:
workflows:
- Mocha
workflows: Mocha
types:
- completed
push:
Expand All @@ -17,6 +16,8 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10

if: ${{ github.event.workflow_run.conclusion == 'success' }}

steps:
- name: Generate Token
id: generate_token
Expand Down

0 comments on commit 3a27a66

Please sign in to comment.