Skip to content

Commit

Permalink
use another way to trigger workflows after a release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Hoß authored and sebhoss committed Jul 13, 2022
1 parent 94c3d71 commit 4030cc0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Run Benchmarks
on:
release:
workflow_run:
workflows: [Release]
types:
- created
- completed
env:
JAVA_VERSION: 17
JAVA_PACKAGE: jdk
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/release-announcement.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Announce Release
on:
release:
workflow_run:
workflows: [Release]
types:
- created
- completed
jobs:
announce:
name: Send Announcements
Expand Down

0 comments on commit 4030cc0

Please sign in to comment.