mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-13 08:52:23 +08:00
[skip ci] wrong settings would cause cron builds to be skipped
This commit is contained in:
parent
2e5c1b639d
commit
06f50d06aa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/roa.yml
vendored
2
.github/workflows/roa.yml
vendored
|
@ -9,7 +9,7 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
name: Generate ROA
|
||||
if: "!contains(github.event.head_commit.message, '[skip ci]')"
|
||||
if: "github.event_name != 'push' || !contains(github.event.head_commit.message, '[skip ci]')"
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue