Skip to content

Commit

Permalink
Modify triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
atharva-2001 committed Oct 3, 2024
1 parent ac2c2e1 commit c4156dd
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: tests

on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:

env:
Expand All @@ -16,19 +20,16 @@ defaults:

jobs:
build:
# if: github.repository_owner == 'tardis-sn'
if: github.repository_owner == 'tardis-sn'
strategy:
matrix:
include:

- os: ubuntu-latest
label: linux-64
prefix: /usr/share/miniconda3/envs/stardis

# - os: ubuntu-latest
# label: linux-64-cuda
# prefix: /usr/share/miniconda3/envs/stardis

- os: macos-latest
label: osx-64
prefix: /Users/runner/miniconda3/envs/stardis
Expand All @@ -37,13 +38,15 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Setup LFS
uses: ./.github/actions/setup_lfs

- name: Setup LFS
uses: ./.github/actions/setup_env
with:
os-label: ${{ matrix.label }}

- name: Install TARDIS
id: install-tardis
Expand Down

0 comments on commit c4156dd

Please sign in to comment.