Skip to content

Commit

Permalink
Use base of ref instead of full rev
Browse files Browse the repository at this point in the history
  • Loading branch information
calebofearth committed Feb 9, 2024
1 parent b5f4f3b commit 57a86ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-run-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
rdl_check:
name: RDL File Check
runs-on: ubuntu-22.04
if: ${{ github.event_name == 'push' || (github.event_name == 'pull_request' && github.base_ref == 'refs/heads/main') }}
if: ${{ github.event_name == 'push' || (github.event_name == 'pull_request' && github.base_ref == 'main') }}
steps:
- name: Checkout RTL repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 57a86ff

Please sign in to comment.