Skip to content

Commit

Permalink
check branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Ming-Yan authored Oct 23, 2024
1 parent dd9964f commit 07458f7
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions .github/workflows/QCD_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,22 @@ jobs:
steps:
- uses: actions/checkout@v2



- name: Merge PR locally
if: github.event_name == 'pull_request_target'
id: merge
continue-on-error: true

run: |
git fetch origin pull/${{ github.event.pull_request.number }}/head:MR
git checkout -b ATTEMPT_MERGE
git merge MR
git branch -v
git diff origin master
git branch -vv
git remote -v
git diff master
- uses: cvmfs-contrib/github-action-cvmfs@v4
with:
cvmfs_repositories: 'grid.cern.ch'
Expand Down Expand Up @@ -103,8 +109,9 @@ jobs:
- name: Check git
run: |
git branch -v
git diff origin master
git branch -vv
git remote -v
git diff master
- name: QCD workflows with correctionlib
Expand Down

0 comments on commit 07458f7

Please sign in to comment.