Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Holdgraf <choldgraf@gmail.com>
  • Loading branch information
jarrodmillman and choldgraf authored Sep 16, 2022
1 parent a0dfabe commit 3318f15
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: cron-integration
on:
schedule:
# Run this workflow once a week
# ref: https://crontab.guru/#0_0_*_*_0
- cron: "0 0 * * 0"
workflow_dispatch:

Expand Down Expand Up @@ -45,9 +46,12 @@ jobs:
assert len(unexpected) == 0
- name: Run the tests
run: pytest --color=yes

# If either the docs build or the tests resulted in an error, create an issue to note it
- name: Create an issue if failure
uses: JasonEtco/create-an-issue@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
filename: .github/prerelease-template.md
run: pytest --color=yes

0 comments on commit 3318f15

Please sign in to comment.