5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-05-17 07:30:48 +00:00

ci: condicional

This commit is contained in:
f 2024-01-08 18:55:49 -03:00
parent c2cc490772
commit 034af360ee
No known key found for this signature in database

View file

@ -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: