Skip to content

Commit

Permalink
enable testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mahrud committed Oct 18, 2024
1 parent 4de5435 commit 861f4d9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,9 @@ name: Build and Test Macaulay2

on:
workflow_dispatch:
pull_request:
push:
branches:
- master
- development
schedule:
- cron: '0 6 * * SUN' # runs tests on the main branch every Sunday at 06:00 UTC
- feature/Complexes

concurrency:
# Cancel in-progress runs when a new workflow with the same group name is triggered
Expand All @@ -28,7 +25,6 @@ defaults:

jobs:
build:
if: github.repository == 'Macaulay2/M2' || contains(github.ref, 'global')
name: ${{ matrix.build-system }}-${{ matrix.os }}-${{ matrix.compiler }}
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit 861f4d9

Please sign in to comment.