Skip to content

Commit 5f17f9b

Browse files
committed
perf: only run general settings once
1 parent 3c51b57 commit 5f17f9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/admin_update_repo_settings.yml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
admin-update-general-repo-settings:
1717
name: 'GitHub: Update General Repository Settings'
1818
runs-on: ubuntu-latest
19+
# Since these are general settings, they only need to be applied once
20+
if: ${{ github.ref_name == 'dev' }}
1921
steps:
2022
- name: Checkout repository
2123
uses: actions/checkout@v4

0 commit comments

Comments
 (0)