mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: do periodic runs only in the main V repository (not in forks)
This commit is contained in:
parent
662d0a3ef2
commit
b59e6b1d06
3
.github/workflows/periodic.yml
vendored
3
.github/workflows/periodic.yml
vendored
@ -7,6 +7,7 @@ on:
|
||||
jobs:
|
||||
network-tests-ubuntu:
|
||||
runs-on: ubuntu-20.04
|
||||
if: github.event.ref == 'refs/heads/master' && github.event.repository.full_name == 'vlang/v'
|
||||
timeout-minutes: 30
|
||||
env:
|
||||
V_CI_PERIODIC: 1
|
||||
@ -24,6 +25,7 @@ jobs:
|
||||
|
||||
network-tests-macos:
|
||||
runs-on: macOS-latest
|
||||
if: github.event.ref == 'refs/heads/master' && github.event.repository.full_name == 'vlang/v'
|
||||
timeout-minutes: 30
|
||||
env:
|
||||
V_CI_PERIODIC: 1
|
||||
@ -42,6 +44,7 @@ jobs:
|
||||
|
||||
network-windows-msvc:
|
||||
runs-on: windows-2019
|
||||
if: github.event.ref == 'refs/heads/master' && github.event.repository.full_name == 'vlang/v'
|
||||
timeout-minutes: 30
|
||||
env:
|
||||
V_CI_PERIODIC: 1
|
||||
|
Loading…
Reference in New Issue
Block a user