Skip to content

Commit ac8c8a2

Browse files
authored
Rename e3sm-diags to e3sm-diags-test-data
1 parent d43985a commit ac8c8a2

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/e3sm-diags.yaml renamed to .github/workflows/e3sm-diags-test-data.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
name: e3sm-diags
1+
name: e3sm-diags-test-data
22

33
on:
44
merge_group:
55
branches: [ main ]
66
pull_request:
77
branches: [ main ]
88
paths:
9-
- 'e3sm-diags/**'
10-
- '.github/workflows/e3sm-diags.yaml'
9+
- 'e3sm-diags-test-data/**'
10+
- '.github/workflows/e3sm-diags-test-data.yaml'
1111
push:
1212
branches: [ main ]
1313
paths:
14-
- 'e3sm-diags/**'
15-
- '.github/workflows/e3sm-diags.yaml'
14+
- 'e3sm-diags-test-data/**'
15+
- '.github/workflows/e3sm-diags-test-data.yaml'
1616
tags:
17-
- 'e3sm-diags-*'
17+
- 'e3sm-diags-test-data-*'
1818

1919
jobs:
2020
ocis:
@@ -47,7 +47,7 @@ jobs:
4747
uses: docker/metadata-action@v5
4848
with:
4949
images: |
50-
ghcr.io/${{ github.repository }}-e3sm-diags
50+
ghcr.io/${{ github.repository }}-e3sm-diags-test-data
5151
-
5252
name: QEMU
5353
uses: docker/setup-qemu-action@v3
@@ -58,8 +58,8 @@ jobs:
5858
name: Push
5959
uses: docker/build-push-action@v6
6060
with:
61-
context: e3sm-diags/
62-
file: e3sm-diags/Dockerfile
61+
context: e3sm-diags-test-data/
62+
file: e3sm-diags-test-data/Dockerfile
6363
push: ${{ github.event_name != 'pull_request' }}
6464
tags: ${{ steps.meta.outputs.tags }}
6565
labels: ${{ steps.meta.outputs.labels }}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)