Skip to content

Commit

Permalink
Don't run check-release on release
Browse files Browse the repository at this point in the history
  • Loading branch information
hegdeadithyak committed Nov 17, 2023
1 parent fa8ccb8 commit 24c2796
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/check-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Check Release

on:
push:
branches: ["*"]
Expand All @@ -11,15 +12,22 @@ 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
env:
DEBUG: true # Add this line to enable debugging output

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

0 comments on commit 24c2796

Please sign in to comment.