Skip to content

Commit

Permalink
Fix Dependabot workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ppkarwasz committed Dec 10, 2023
1 parent 4704804 commit 849ff75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/merge-dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
name: build
name: merge-dependabot

on:
pull_request_target:
Expand All @@ -26,6 +26,7 @@ jobs:

merge:
needs: build
runs-on: ubuntu-latest

steps:

Expand Down

0 comments on commit 849ff75

Please sign in to comment.