Skip to content

Commit

Permalink
ci: dont hardcode default branch for workflow
Browse files Browse the repository at this point in the history
Don't hardcode the master branch since it will
checkout workflows on the same ref/commit we
dont need to set it here.

This makes it easier to backport since we don't
have to replace any branches.
  • Loading branch information
tobias-urdin committed Jul 7, 2021
1 parent 4bff7e8 commit 92a9b5e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/gnocchi.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Gnocchi

on:
pull_request:
branches: [master]
on: pull_request

# NOTE(tobias-urdin): If you change any jobs make sure to modify
# the Mergify.io config in .mergify.yml to include the jobs!
Expand Down

0 comments on commit 92a9b5e

Please sign in to comment.