Skip to content

Commit

Permalink
Testing release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Nov 24, 2023
1 parent 3800fdb commit 5ec5e6e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
run: devenv shell -- tests

templates:
if: false
runs-on: ubuntu-latest
needs: [test]
strategy:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: Release

on:
workflow_run:
workflows: [Build]
types: [completed]
on: push
# workflow_run:
# workflows: [Build]
# types: [completed]

concurrency:
group: release
cancel-in-progress: true

jobs:
release:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down

0 comments on commit 5ec5e6e

Please sign in to comment.