Skip to content

Commit

Permalink
REMOVE BEFORE MERGE: trigger on pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
daljit46 committed Jun 19, 2024
1 parent 539a513 commit 4a0e77d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ on:
# Run this every Sunday at midnight
schedule:
- cron: "0 0 * * 0"

# IMPORTANT: remove this before merging
pull_request:

jobs:
linux-clang-build:
runs-on: ubuntu-latest
Expand All @@ -24,7 +26,8 @@ jobs:
- name: install dependencies
run: |
sudo apt-get update
sudo apt-get install gcovr libqt5opengl5-dev libqt5svg5-dev libglvnd-dev libeigen3-dev zlib1g-dev libfftw3-dev ninja-build
sudo apt-get install gcovr qt6-base-dev libglvnd-dev libeigen3-dev zlib1g-dev libfftw3-dev ninja-build
- name: Run sccache-cache
uses: mozilla-actions/[email protected]

Expand Down Expand Up @@ -73,4 +76,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: mrtrix3-coverage-report
path: ${{ github.workspace }}/report
path: ${{ github.workspace }}/report

0 comments on commit 4a0e77d

Please sign in to comment.