Skip to content

Commit 99b7f9a

Browse files
authored
chore(workflows): add if: github.repository_owner (#89)
1 parent 90fc859 commit 99b7f9a

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
jobs:
1313
copilot-setup-steps:
1414
runs-on: ubuntu-latest
15+
if: github.repository_owner == 'researchxxl'
1516
timeout-minutes: 15
1617

1718
permissions:

.github/workflows/lock-threads.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ concurrency:
1515
jobs:
1616
action:
1717
runs-on: ubuntu-latest
18+
if: github.repository_owner == 'researchxxl'
1819
steps:
1920
- uses: dessant/lock-threads@7de207be1d3ce97a9abe6ff1306222982d1ca9f9 # v5.0.1
2021
with:

.github/workflows/recycle-runs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ concurrency:
1515
jobs:
1616
recycle-workflow-runs:
1717
runs-on: ubuntu-latest
18+
if: github.repository_owner == 'researchxxl'
1819
timeout-minutes: 30
1920

2021
steps:

.github/workflows/release-app.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
prepare:
1919
name: Prepare
2020
runs-on: ubuntu-latest
21+
if: github.repository_owner == 'researchxxl'
2122
steps:
2223
- name: Code checkout
2324
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1

.github/workflows/update-go-version.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
update-go:
1515
name: Update Go Version
1616
runs-on: ubuntu-latest
17+
if: github.repository_owner == 'researchxxl'
1718
steps:
1819
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1920
with:

.github/workflows/update-syncthing-submodule.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
update-syncthing-submodule:
1515
name: Update Syncthing submodule
1616
runs-on: ubuntu-latest
17+
if: github.repository_owner == 'researchxxl'
1718
steps:
1819
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1920
with:

0 commit comments

Comments
 (0)