Skip to content

Commit

Permalink
Backport PR jupyterlab#477: Don't run check-release on release
Browse files Browse the repository at this point in the history
  • Loading branch information
hegdeadithyak authored and meeseeksmachine committed Nov 21, 2023
1 parent d9e33fa commit dd64202
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 dd64202

Please sign in to comment.