mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 12:56:22 +00:00
ci: condicional
This commit is contained in:
parent
c2cc490772
commit
034af360ee
1 changed files with 6 additions and 0 deletions
|
@ -19,6 +19,8 @@ variables:
|
|||
cache:
|
||||
assets:
|
||||
stage: "deploy"
|
||||
only:
|
||||
- "rails"
|
||||
cache:
|
||||
- *cache-ruby
|
||||
- *cache-node
|
||||
|
@ -37,6 +39,8 @@ assets:
|
|||
- "git push -o ci.skip"
|
||||
gem-audit:
|
||||
stage: "test"
|
||||
only:
|
||||
- "schedules"
|
||||
cache:
|
||||
- *cache-ruby
|
||||
before_script:
|
||||
|
@ -47,6 +51,8 @@ gem-audit:
|
|||
- "go-task gem-audit"
|
||||
node-audit:
|
||||
stage: "test"
|
||||
only:
|
||||
- "schedules"
|
||||
cache:
|
||||
- *cache-node
|
||||
before_script:
|
||||
|
|
Loading…
Reference in a new issue