Skip to content

Commit

Permalink
remove containers line, only run on prs
Browse files Browse the repository at this point in the history
  • Loading branch information
balos1 committed May 6, 2024
1 parent 678cbdd commit c21eb5a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/check-swig.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
name: Checks - swig

on:
push:
pull_request:
workflow_dispatch:

jobs:
swig:
runs-on: ubuntu-latest
# container:
# image: ghcr.io/llnl/sundials_spack_cache:llvm-17.0.4-h4lflucc3v2vage45opbo2didtcuigsn.spack

steps:
- name: Install git
run: |
Expand Down

0 comments on commit c21eb5a

Please sign in to comment.