Skip to content

Commit 7009899

Browse files
committed
Increase scope of REPO variable
1 parent d0b3869 commit 7009899

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/dunedaq-develop-cpp-ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
env:
1515
CALLER_BRANCH: ${{ github.head_ref || github.ref_name }}
1616
TARGET_BRANCH: ${{ github.base_ref || github.ref_name }}
17+
REPO: ${{ github.event.repository.name }}
1718

1819
jobs:
1920
Should_run:
@@ -71,8 +72,6 @@ jobs:
7172
needs: Determine_image
7273
name: build_against_dev_on_${{ matrix.os_name }}
7374
runs-on: ubuntu-latest
74-
env:
75-
REPO: ${{ github.event.repository.name }}
7675
strategy:
7776
matrix:
7877
include:
@@ -188,8 +187,6 @@ jobs:
188187
if: ${{ inputs.caller_event_name == 'pull_request' }}
189188
needs: Build_against_dev_release
190189
runs-on: ubuntu-latest
191-
env:
192-
REPO: ${{ github.event.repository.name }}
193190
defaults:
194191
run:
195192
shell: bash

0 commit comments

Comments
 (0)