We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
== main
1 parent a8cc7bd commit 7e40504Copy full SHA for 7e40504
.github/workflows/rename-module.yml
@@ -71,7 +71,7 @@ jobs:
71
- name: Open PR to "renamed-go-module" iff workflow dispatched on "main"
72
# If we are changing the way in which we manage module renaming then it
73
# MUST go through PR review to main; only then can it open PRs.
74
- if: github.event_name == 'workflow_dispatch' && github.ref != 'refs/heads/main'
+ if: github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main'
75
uses: devops-infra/[email protected]
76
with:
77
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments