Merge pull request #1303 from cevich/fix_github_workflows

Fix GitHub workflows + Add [CI:DOCS] mode
This commit is contained in:
Daniel J Walsh 2021-06-02 08:56:54 -04:00 committed by GitHub
commit a2c8022a21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 0 deletions

View File

@ -65,6 +65,7 @@ validate_task:
cross_task:
only_if: &not_docs $CIRRUS_CHANGE_TITLE !=~ '.*CI:DOCS.*'
macos_instance:
image: catalina-xcode
setup_script: |
@ -87,6 +88,7 @@ cross_task:
#####
test_skopeo_task:
alias: test_skopeo
only_if: *not_docs
depends_on:
- validate
gce_instance: