Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/admin_update_repo_settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
admin-update-general-repo-settings:
name: 'GitHub: Update General Repository Settings'
runs-on: ubuntu-latest
# Since these are general settings, they only need to be applied once
if: ${{ github.ref_name == 'dev' }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down