Skip to content

Commit

Permalink
Syncing .github/workflows/dunedaq-develop-cpp-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
John Freeman committed Sep 24, 2024
1 parent 7d49217 commit 845ac4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dunedaq-develop-cpp-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
pull_request:
branches: [ develop ]
schedule:
- cron: "0 7 * * *"
- cron: "0 9 * * *"

workflow_dispatch:

Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
export REPO=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')
source /cvmfs/dunedaq.opensciencegrid.org/setup_dunedaq.sh
setup_dbt latest || true
setup_dbt latest_v5 || true
release_name="last_fddaq"
if [[ -n $( sed -r -n '/- name: '$REPO'$/p' daq-release/configs/nddaq/nddaq-develop/release.yaml ) ]] ; then release_name="last_nddaq"; fi
Expand Down

0 comments on commit 845ac4f

Please sign in to comment.