Skip to content

Commit

Permalink
testing base
Browse files Browse the repository at this point in the history
alexcekay committed Dec 5, 2024
1 parent f840d45 commit e0d0a85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flash_analysis.yml
Original file line number Diff line number Diff line change
@@ -47,9 +47,9 @@ jobs:
make clean
make distclean
- name: If it's a PR checkout the base commit
- name: If it's a PR checkout the main branch
if: ${{ github.event.pull_request }}
run: git checkout ${{ github.event.pull_request.base.sha }}
run: git checkout main

- name: If it's a push checkout the previous commit
if: github.event_name == 'push'

0 comments on commit e0d0a85

Please sign in to comment.