Skip to content

Commit

Permalink
Name the release windows workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wmaxey committed Aug 1, 2023
1 parent a5542d7 commit bbf57ea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-push-windows-images.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Build and push windows images

on:
workflow_call:
inputs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release-windows.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Release Windows

concurrency:
group: release-on-${{ github.event_name }}-from-${{ github.ref_name }}
cancel-in-progress: true
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Test Windows

on:
pull_request:
push:
Expand Down

0 comments on commit bbf57ea

Please sign in to comment.