Skip to content

Commit

Permalink
Removing requirement to check test in Singularity container. Having t…
Browse files Browse the repository at this point in the history
…ests pass in Docker containers is proof enough and streamlines checks.
  • Loading branch information
fredericpoitevin committed Jan 24, 2022
1 parent 1182ce0 commit 678d83b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_singularity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Linting and Testing (Singularity)"

on:
push:
branches: [temsim-test-in-container]
branches: [simspi-test-singularity]
paths-ignore:
- 'README.md'
- '.deepsource.toml'
Expand All @@ -11,7 +11,7 @@ on:


pull_request:
branches: [master]
branches: [simspi-test-singularity]
paths-ignore:
- 'README.md'
- '.deepsource.toml'
Expand Down

0 comments on commit 678d83b

Please sign in to comment.