Troubleshoot workflow errors

This commit is contained in:
Gabe Kangas
2024-07-11 11:51:51 -07:00
parent 91b176a8e4
commit 05c54eaad8
2 changed files with 2 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ jobs:
concurrent_skipping: 'same_content_newer'
- name: Check out code
if: ${{ github.actor != 'renovate[bot]' && github.actor != 'renovate' && steps.changed-files-yaml.outputs.src_any_changed == 'true' }}
if: ${{ github.actor != 'renovate[bot]' && github.actor != 'renovate' }}
uses: actions/checkout@v4
with:
# Make sure the actual branch is checked out when running on pull requests