Skip to content

Commit

Permalink
Merge pull request #12357 from tomponline/tp-gh-dependabot
Browse files Browse the repository at this point in the history
github: Skip edge snap build for pushes on branches from dependabot
  • Loading branch information
tomponline committed Oct 9, 2023
2 parents 7697df7 + d37b74a commit 375a1c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ jobs:
name: Trigger snap edge build
runs-on: ubuntu-22.04
needs: [code-tests, system-tests, client, documentation]
if: ${{ github.repository == 'canonical/lxd' && github.event_name == 'push'}}
if: ${{ github.repository == 'canonical/lxd' && github.event_name == 'push' && github.actor != 'dependabot[bot]' }}
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 375a1c8

Please sign in to comment.