We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82a9845 commit d24ae2aCopy full SHA for d24ae2a
.github/workflows/release.yml
@@ -3,6 +3,8 @@ on:
3
types: [published]
4
name: Release
5
jobs:
6
+ test:
7
+ uses: remotemobprogramming/timer/.github/workflows/test.yml@main
8
deployment:
9
needs: dockerbuild
10
environment: production
0 commit comments