Skip to content

Commit bd08704

Browse files
authored
Do not update antora scheduled on forks
1 parent 17e5b76 commit bd08704

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-versions.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ permissions:
1111
jobs:
1212
update-versions:
1313
name: Update versions
14+
if: ${{ github.repository_owner == 'coreos' || github.event_name != 'schedule' }}
1415
runs-on: ubuntu-latest
1516
steps:
1617
- name: Checkout
17-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1819
- name: Update versions
1920
env:
2021
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)