Skip to content

Commit

Permalink
Limit to run on dependabot PRs only
Browse files Browse the repository at this point in the history
  • Loading branch information
oskirby committed Sep 27, 2024
1 parent 0d0ebef commit 34252d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,7 @@ jobs:
dependabot-cargo:
name: "Update flatpak crates"
runs-on: ubuntu-latest
#if: ${{ github.event_name == 'pull_request'}} && startsWith(gitub.head_ref, 'dependabot/cargo/')
if: ${{ github.event_name == 'pull_request'}}
if: ${{ startsWith(github.head_ref, 'dependabot/cargo/') && github.event_name == 'pull_request' }}
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand Down

0 comments on commit 34252d3

Please sign in to comment.