Skip to content

Commit

Permalink
Rename new workflow to create_certificates.yml
Browse files Browse the repository at this point in the history
Using the old filename simplifies transitions when syncing branches. New workflow names are not visible in GitHub UI unless they are in the default branch.
  • Loading branch information
bjornoleh committed Jan 13, 2025
1 parent 388a8b5 commit 4ab6c86
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_loop.yml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ jobs:
# creates new certs if the repository variable ENABLE_NUKE_CERTS == 'true'
check_certs:
name: Check certificates
uses: ./.github/workflows/check_certs.yml
uses: ./.github/workflows/create_certificates.yml
secrets: inherit

# Checks if GH_PAT holds workflow permissions
File renamed without changes.

0 comments on commit 4ab6c86

Please sign in to comment.