Skip to content

Commit

Permalink
Tweak titles and files changed
Browse files Browse the repository at this point in the history
  • Loading branch information
jwallwork23 committed Sep 15, 2024
1 parent e9f40e0 commit 612b40c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/files_changed_test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:

jobs:
build:
name: 'Test suite'
name: 'Test suite with files changed check'
runs-on: ubuntu-latest
container:
image: ghcr.io/mesh-adaptation/firedrake-parmmg:latest
Expand All @@ -28,7 +28,7 @@ jobs:
uses: tj-actions/changed-files@v44
with:
files: |
.github/workflows/test_suite.yml
.github/workflows/files_changed_test_suite.yml
*.py
*.msh
*.geo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/full_test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ concurrency:

jobs:
build:
name: 'Test suite'
name: 'Full test suite'
runs-on: ubuntu-latest
container:
image: ghcr.io/mesh-adaptation/firedrake-parmmg:latest
Expand Down

0 comments on commit 612b40c

Please sign in to comment.