File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ permissions:
1616jobs :
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments