Skip to content

Commit 659dd9d

Browse files
committed
chore: update names
1 parent 42c9d8f commit 659dd9d

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/apps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
build_and_push:
7272
needs: [check_changes]
7373
if: ${{ github.repository_owner == 'CubeCoders' && github.ref == 'refs/heads/master' && (github.event_name != 'workflow_run' || github.event.workflow_run.conclusion == 'success') && needs.check_changes.outputs.apps_json != '[]' }}
74-
name: 'amp:apps-${{ matrix.app }}'
74+
name: 'ampbase:${{ matrix.app }}'
7575
runs-on: ubuntu-latest
7676
strategy:
7777
fail-fast: false

.github/workflows/base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616
jobs:
1717
build_and_push:
1818
if: ${{ github.repository_owner == 'CubeCoders' && github.ref == 'refs/heads/master' }}
19-
name: 'amp:${{ matrix.base }}'
19+
name: 'ampbase:${{ matrix.base }}'
2020
runs-on: ubuntu-latest
2121
strategy:
2222
fail-fast: false

.github/workflows/java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
build_and_push:
4242
needs: [check_changes]
4343
if: ${{ github.repository_owner == 'CubeCoders' && github.ref == 'refs/heads/master' && ( (github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success') || (github.event_name == 'push' && needs.check_changes.outputs.java_changed == 'true' && needs.check_changes.outputs.base_changed != 'true') || github.event_name == 'workflow_dispatch' ) }}
44-
name: 'amp:java-${{ matrix.java }}'
44+
name: 'ampbase:java-${{ matrix.java }}'
4545
runs-on: ubuntu-latest
4646
strategy:
4747
fail-fast: false

.github/workflows/mono.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
build_and_push:
4242
needs: [check_changes]
4343
if: ${{ github.repository_owner == 'CubeCoders' && github.ref == 'refs/heads/master' && ( (github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success') || (github.event_name == 'push' && needs.check_changes.outputs.mono_changed == 'true' && needs.check_changes.outputs.base_changed != 'true') || github.event_name == 'workflow_dispatch' ) }}
44-
name: 'amp:mono-${{ matrix.mono }}'
44+
name: 'ampbase:mono-${{ matrix.mono }}'
4545
runs-on: ubuntu-latest
4646
strategy:
4747
fail-fast: false

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
build_and_push:
4444
needs: [check_changes]
4545
if: ${{ github.repository_owner == 'CubeCoders' && github.ref == 'refs/heads/master' && ( (github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success') || (github.event_name == 'push' && needs.check_changes.outputs.python_changed == 'true' && needs.check_changes.outputs.base_changed != 'true') || github.event_name == 'workflow_dispatch' ) }}
46-
name: 'amp:python-${{ matrix.python }}'
46+
name: 'ampbase:python-${{ matrix.python }}'
4747
runs-on: ubuntu-latest
4848
strategy:
4949
fail-fast: false

.github/workflows/wine.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
build_wine_common:
4444
needs: [check_changes]
4545
if: ${{ github.repository_owner == 'CubeCoders' && github.ref == 'refs/heads/master' && ( (github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success') || (github.event_name == 'push' && needs.check_changes.outputs.wine_changed == 'true' && needs.check_changes.outputs.base_changed != 'true') || github.event_name == 'workflow_dispatch' ) }}
46-
name: 'amp:wine-common'
46+
name: 'ampbase:wine-common'
4747
runs-on: ubuntu-latest
4848
strategy:
4949
fail-fast: false
@@ -78,7 +78,7 @@ jobs:
7878

7979
build_versions:
8080
needs: [build_wine_common]
81-
name: 'amp:wine-${{ matrix.version }}'
81+
name: 'ampbase:wine-${{ matrix.version }}'
8282
runs-on: ubuntu-latest
8383
strategy:
8484
fail-fast: false

0 commit comments

Comments
 (0)