Skip to content

Commit

Permalink
Comments and add a ref
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-yeager committed Sep 27, 2024
1 parent 400bd75 commit 9af9046
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/unreleaseChangesCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,18 @@ on:
branches:
- jy/add-release-check-action
schedule:
- cron: '0 9 * * *' # Run day at 9am
- cron: '0 9 * * *' # Run daily at 9am
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
# Always checkout the main branch
ref: main
# Do a deep checkout
fetch-depth: 0
# Fetch all the release tags
fetch-tags: true
- name: Check for unreleased changes
run: |
Expand Down

0 comments on commit 9af9046

Please sign in to comment.