ci: update workflows [skip ci]

This commit is contained in:
lowlighter
2022-01-15 14:43:31 -05:00
parent f1eb7d7978
commit 5bfe4ef274
2 changed files with 4 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
name: Examples # THIS WORKFLOW IS AUTO-GENERATED
name: Publish examples
on: on:
schedule: schedule:
- cron: "0 8 1/2 * *" - cron: "0 8 1/2 * *"
@@ -1037,7 +1038,7 @@ jobs:
output_action: none output_action: none
delay: 120 delay: 120
if: ${{ success() || failure() }} if: ${{ success() || failure() }}
- name: Publish examples - name: Publish examples
if: ${{ success() || failure() }} if: ${{ success() || failure() }}

View File

@@ -1,4 +1,4 @@
name: Build, test, analyze and publish name: Main workflow
on: on:
push: push: