Skip to content

Commit

Permalink
May 23rd workflow experiment 9
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed May 23, 2024
1 parent 4257767 commit 521d4cb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/check-api-outdated.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Check if OpenAPI is Outdated

on:
push:
branches-ignore:
- "github-pages/*"
- "gh-pages/*"
pull_request:
# check results of former push could be outdated
types: [opened, reopened]
# push:
# branches-ignore:
# - "github-pages/*"
# - "gh-pages/*"
# pull_request:
# # check results of former push could be outdated
# types: [opened, reopened]
workflow_dispatch:
schedule:
# “At 4 am on every day.” (https://crontab.guru)
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
if: ${{ ! inputs.slow-tests }}
run: echo slow-tests='-m "not slow"' >> "$GITHUB_OUTPUT"

# checkout not required
# - name: SCM Checkout
# uses: actions/checkout@v3
#
Expand Down

0 comments on commit 521d4cb

Please sign in to comment.