Skip to content

Commit

Permalink
Don't run check-release on release (jupyterlab#477)
Browse files Browse the repository at this point in the history
* Don't run check-release on release

* Don't run check-release on release

* Don't run check-release on release

* Deleted Debug
  • Loading branch information
hegdeadithyak authored and Marchlak committed Oct 28, 2024
1 parent f77aba4 commit 1df731b
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 1df731b

Please sign in to comment.