diff options
| -rw-r--r-- | .github/workflows/check-pr-conflicts.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/check-typos.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/codeql.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/darker-ruff-lint.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/package-smoketest.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/pr-mirror-repo-sync.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/trigger-rebuild-repo-package.yml | 2 |
7 files changed, 9 insertions, 9 deletions
diff --git a/.github/workflows/check-pr-conflicts.yml b/.github/workflows/check-pr-conflicts.yml index b4ed1915c..2889842b6 100644 --- a/.github/workflows/check-pr-conflicts.yml +++ b/.github/workflows/check-pr-conflicts.yml @@ -21,4 +21,4 @@ jobs: pull-requests: write secrets: inherit with: - action-ref: 'current' + action-ref: 'production' diff --git a/.github/workflows/check-typos.yml b/.github/workflows/check-typos.yml index 1056be98e..c4c1a643b 100644 --- a/.github/workflows/check-typos.yml +++ b/.github/workflows/check-typos.yml @@ -4,7 +4,7 @@ name: Check typos on: pull_request_target: branches: - - current + - rolling - circinus - sagitta types: [opened, synchronize, edited] diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 47ab5fd5c..48729bdf9 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -3,7 +3,7 @@ name: "Perform CodeQL Analysis" on: push: branches: - - current + - rolling - circinus - sagitta paths: @@ -13,7 +13,7 @@ on: pull_request: # The branches below must be a subset of the branches above branches: - - current + - rolling - circinus - sagitta paths: diff --git a/.github/workflows/darker-ruff-lint.yml b/.github/workflows/darker-ruff-lint.yml index e211d0d9f..cc8a45361 100644 --- a/.github/workflows/darker-ruff-lint.yml +++ b/.github/workflows/darker-ruff-lint.yml @@ -2,7 +2,7 @@ name: Python Lint (Darker + Ruff) on: pull_request_target: branches: - - current + - rolling permissions: pull-requests: write diff --git a/.github/workflows/package-smoketest.yml b/.github/workflows/package-smoketest.yml index 20430e189..46ade59e3 100644 --- a/.github/workflows/package-smoketest.yml +++ b/.github/workflows/package-smoketest.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: push: branches: - - current + - rolling - circinus - sagitta paths: @@ -13,7 +13,7 @@ on: - '!**/*.md' pull_request_target: branches: - - current + - rolling - circinus - sagitta paths: diff --git a/.github/workflows/pr-mirror-repo-sync.yml b/.github/workflows/pr-mirror-repo-sync.yml index ce0734914..5320e0122 100644 --- a/.github/workflows/pr-mirror-repo-sync.yml +++ b/.github/workflows/pr-mirror-repo-sync.yml @@ -6,7 +6,7 @@ name: PR Mirror and Repo Sync on: pull_request_target: types: [closed] - branches: [current] + branches: [rolling] workflow_dispatch: inputs: sync_branch: diff --git a/.github/workflows/trigger-rebuild-repo-package.yml b/.github/workflows/trigger-rebuild-repo-package.yml index f3f2bfdf1..aa9239668 100644 --- a/.github/workflows/trigger-rebuild-repo-package.yml +++ b/.github/workflows/trigger-rebuild-repo-package.yml @@ -5,7 +5,7 @@ on: types: - closed branches: - - current + - rolling - circinus - sagitta workflow_dispatch: |
