Non main repo ignores timed tasks

This commit is contained in:
Shiming Zhang 2022-02-09 12:01:41 +08:00
parent fd77087098
commit cde03faf18
5 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,7 @@ on:
jobs:
check:
if: github.repository == 'DaoCloud/public-image-mirror'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

View File

@ -7,6 +7,7 @@ on:
jobs:
check:
if: github.repository == 'DaoCloud/public-image-mirror'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

View File

@ -8,6 +8,7 @@ on:
jobs:
sync-images:
if: github.repository == 'DaoCloud/public-image-mirror'
runs-on: ubuntu-latest
steps:
- name: Checkout repository

View File

@ -10,6 +10,7 @@ on:
jobs:
sync-images:
if: github.repository == 'DaoCloud/public-image-mirror'
runs-on: ubuntu-latest
steps:
- name: Checkout repository

View File

@ -8,6 +8,7 @@ on:
jobs:
sync-images:
if: github.repository == 'DaoCloud/public-image-mirror'
runs-on: ubuntu-latest
steps:
- name: Checkout repository