Skip to content

Commit

Permalink
🎨🔥 clean-up comments and reactivate all actions
Browse files Browse the repository at this point in the history
  • Loading branch information
enryH committed Oct 28, 2024
1 parent 395017e commit a6e607c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Run unit tests, integration tests, and publish package if tagged
on:
push:
branches: [main, dev]
# pull_request:
# branches: [main, dev]
pull_request:
branches: [main, dev]
release:
types: [published]
schedule:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: run workflow (v1) with conda envs
on:
push:
branches: [main, dev]
# pull_request:
# branches: [main, dev]
pull_request:
branches: [main, dev]
release:
types: [published]
schedule:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/test_pkg_on_colab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,8 @@ jobs:
# https://console.cloud.google.com/artifacts/docker/colab-images/europe/public/runtime
container:
image: europe-docker.pkg.dev/colab-images/public/runtime:latest
# defaults:
# run:
# shell: bash
steps:
- uses: actions/checkout@v4
# with:
# fetch-tags: true
# fetch-depth: 0
- name: Install pimms-learn (from branch) and papermill
if: github.event_name == 'pull_request'
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/workflow_website.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build workflow (v2) website on public Alzheimer dataset (for protein groups)
on:
# pull_request:
# branches: [main, dev]
pull_request:
branches: [main, dev]
release:
types: [published]
schedule:
Expand Down

0 comments on commit a6e607c

Please sign in to comment.