mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Do not run arm64 jobs on forks
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
parent
6c439aa9e2
commit
597bac7b51
2
.github/workflows/e2e-arm64.yaml
vendored
2
.github/workflows/e2e-arm64.yaml
vendored
@ -5,6 +5,8 @@ on:
|
|||||||
permissions: read-all
|
permissions: read-all
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
# this is to prevent the job to run at forked projects
|
||||||
|
if: github.repository == 'etcd-io/etcd'
|
||||||
runs-on: [Linux, ARM64]
|
runs-on: [Linux, ARM64]
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
|
2
.github/workflows/tests-arm64.yaml
vendored
2
.github/workflows/tests-arm64.yaml
vendored
@ -4,6 +4,8 @@ on:
|
|||||||
- cron: '30 1 * * *' # runs daily at 1:30 am.
|
- cron: '30 1 * * *' # runs daily at 1:30 am.
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
# this is to prevent the job to run at forked projects
|
||||||
|
if: github.repository == 'etcd-io/etcd'
|
||||||
runs-on: [Linux, ARM64]
|
runs-on: [Linux, ARM64]
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user