We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c51b57 commit 5f17f9bCopy full SHA for 5f17f9b
.github/workflows/admin_update_repo_settings.yml
@@ -16,6 +16,8 @@ jobs:
16
admin-update-general-repo-settings:
17
name: 'GitHub: Update General Repository Settings'
18
runs-on: ubuntu-latest
19
+ # Since these are general settings, they only need to be applied once
20
+ if: ${{ github.ref_name == 'dev' }}
21
steps:
22
- name: Checkout repository
23
uses: actions/checkout@v4
0 commit comments