diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index 6911103c..ca1e0941 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -1,4 +1,5 @@ -name: Examples +# THIS WORKFLOW IS AUTO-GENERATED +name: Publish examples on: schedule: - cron: "0 8 1/2 * *" @@ -1037,7 +1038,7 @@ jobs: output_action: none delay: 120 if: ${{ success() || failure() }} - + - name: Publish examples if: ${{ success() || failure() }} diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 0dc4f465..cedc81dd 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -1,4 +1,4 @@ -name: Build, test, analyze and publish +name: Main workflow on: push: