Skip to content

Commit

Permalink
Backport PR #477: Don't run check-release on release (#484)
Browse files Browse the repository at this point in the history
Co-authored-by: Adithya Hegde Kota <[email protected]>
  • Loading branch information
meeseeksmachine and hegdeadithyak authored Nov 21, 2023
1 parent d9e33fa commit dc4ed76
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/check-release.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,32 @@
name: Check Release

on:
push:
branches: ["*"]
pull_request:
branches: ["*"]
release:
types: [published]
schedule:
- cron: "0 0 * * *"

jobs:
check_release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
- name: Checkout code
uses: actions/checkout@v3

- name: Setup environment
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
with:
python_version: "3.11.x"

- name: Check Release
uses: jupyter-server/jupyter_releaser/.github/actions/check-release@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
version_spec: minor


- name: Runner debug info
if: always()
run: |
Expand Down

0 comments on commit dc4ed76

Please sign in to comment.