We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0b3869 commit 7009899Copy full SHA for 7009899
1 file changed
.github/workflows/dunedaq-develop-cpp-ci.yml
@@ -14,6 +14,7 @@ on:
14
env:
15
CALLER_BRANCH: ${{ github.head_ref || github.ref_name }}
16
TARGET_BRANCH: ${{ github.base_ref || github.ref_name }}
17
+ REPO: ${{ github.event.repository.name }}
18
19
jobs:
20
Should_run:
@@ -71,8 +72,6 @@ jobs:
71
72
needs: Determine_image
73
name: build_against_dev_on_${{ matrix.os_name }}
74
runs-on: ubuntu-latest
- env:
75
- REPO: ${{ github.event.repository.name }}
76
strategy:
77
matrix:
78
include:
@@ -188,8 +187,6 @@ jobs:
188
187
if: ${{ inputs.caller_event_name == 'pull_request' }}
189
needs: Build_against_dev_release
190
191
192
193
defaults:
194
run:
195
shell: bash
0 commit comments