Skip to content

Commit

Permalink
Remove automatic release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Mar 2, 2024
1 parent 7da1265 commit 2c17cf9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
24 changes: 1 addition & 23 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
# Run basic tests for this app on the latest aiidalab/full-stack docker image.
# Run basic tests on the latest aiidalab/full-stack and ispg-group/atmospec docker images.

name: CI

on:
push:
branches:
- main
tags:
- "v*"
pull_request:

jobs:

pre-commit:
env:
SKIP: 'no-commit-to-branch'
runs-on: ubuntu-latest
steps:
- name: Check out app
Expand Down Expand Up @@ -102,21 +98,3 @@ jobs:
name: Screenshots-${{env.IMAGE_NAME}}-${{ matrix.tag }}-${{ matrix.browser }}
path: screenshots/
if-no-files-found: error

release:
if: >-
github.repository == 'ispg-group/aiidalab-ispg'
&& github.ref_type == 'tag'
needs: [pre-commit, test-app]
runs-on: ubuntu-latest
timeout-minutes: 10
permissions:
contents: write

steps:
- uses: softprops/[email protected]
name: Create release
if: startsWith(github.ref, 'refs/tags/v')
with:
generate_release_notes: true
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ install_requires =
ipywidgets~=7.7

[options.extras_require]
dev =
pre-commit>=2.10.1
bumpver
test = file: requirements-test.txt

[options.package_data]
Expand Down

0 comments on commit 2c17cf9

Please sign in to comment.