Skip to content
Snippets Groups Projects
Commit a02b7927 authored by olemorud's avatar olemorud Committed by Ole Morud
Browse files

[ci] Rename CI files

parent 09f78158
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,7 @@ jobs:
- name: Pull Request Build
if: github.event_name == 'pull_request' || github.event_name == 'pull_request_target'
run: ".github/workflows/rootci-installers/build_root.py
run: ".github/workflows/root-ci-config/build_root.py
--buildtype ${{ matrix.config }}
--platform ${{ matrix.image }}
--incremental true
......@@ -117,7 +117,7 @@ jobs:
- name: Workflow dispatch/call
if: github.event_name == 'workflow_dispatch'
run: ".github/workflows/rootci-installers/build_root.py
run: ".github/workflows/root-ci-config/build_root.py
--buildtype ${{ matrix.config }}
--platform ${{ matrix.image }}
--incremental ${{ inputs.incremental }}
......@@ -128,7 +128,7 @@ jobs:
- name: Nightly build
if: github.event_name == 'schedule'
run: ".github/workflows/rootci-installers/build_root.py
run: ".github/workflows/root-ci-config/build_root.py
--buildtype ${{ matrix.config }}
--platform ${{ matrix.image }}
--incremental false
......@@ -138,7 +138,7 @@ jobs:
- name: Update artifacts after push to release branch
if: github.event_name == 'push'
run: ".github/workflows/rootci-installers/build_root.py
run: ".github/workflows/root-ci-config/build_root.py
--buildtype ${{ matrix.config }}
--platform ${{ matrix.image }}
--incremental true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment