We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1e990a commit 5961e1aCopy full SHA for 5961e1a
1 file changed
.github/workflows/release.yaml
@@ -19,7 +19,7 @@ jobs:
19
uses: lewagon/wait-on-check-action@v1.4.0
20
with:
21
ref: ${{ github.sha }}
22
- check-name: 'edge' # Job name from edge.yaml
+ check-name: 'Build Edge Image'
23
repo-token: ${{ secrets.GITHUB_TOKEN }}
24
wait-interval: 10
25
allowed-conclusions: success,failure,cancelled,skipped
0 commit comments