mirror of https://github.com/lnis-uofu/SOFA.git
Merge pull request #120 from lnis-uofu/ganesh_dev
[CICD] Force CI on the master push/after merge to master
This commit is contained in:
commit
fd56949ead
|
@ -36,7 +36,7 @@ jobs:
|
|||
${{ matrix.config.name }}_PNR/*_task/**
|
||||
- name: Running benchmark
|
||||
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: |
|
||||
${PYTHON_EXEC} -m pip install -r requirements.txt
|
||||
cat ${{ matrix.config.name }}_PNR/${{ matrix.config.name }}_task/config/task_simulation.conf
|
||||
|
|
Loading…
Reference in New Issue