mirror of https://github.com/lnis-uofu/SOFA.git
[CICD] Force CI on the master push
This commit is contained in:
parent
c83cb56dde
commit
6e707bea7f
|
@ -36,7 +36,7 @@ jobs:
|
||||||
${{ matrix.config.name }}_PNR/*_task/**
|
${{ matrix.config.name }}_PNR/*_task/**
|
||||||
- name: Running benchmark
|
- name: Running benchmark
|
||||||
shell: bash
|
shell: bash
|
||||||
if: ${{ env.GIT_DIFF || (github.event_name == 'pull_request' && github.ref == 'refs/heads/master') }}
|
if: ${{ env.GIT_DIFF || (github.event_name == 'pull_request' && github.ref == 'refs/heads/master') || (github.ref == 'refs/heads/master') }}
|
||||||
run: |
|
run: |
|
||||||
${PYTHON_EXEC} -m pip install -r requirements.txt
|
${PYTHON_EXEC} -m pip install -r requirements.txt
|
||||||
cat ${{ matrix.config.name }}_PNR/${{ matrix.config.name }}_task/config/task_simulation.conf
|
cat ${{ matrix.config.name }}_PNR/${{ matrix.config.name }}_task/config/task_simulation.conf
|
||||||
|
|
Loading…
Reference in New Issue