Skip to content

Commit

Permalink
ci: clean up the flake-lock update action
Browse files Browse the repository at this point in the history
Now that only the internal flake has actual inputs, we only need one of
these actions running instead of two.
  • Loading branch information
ipetkov committed Sep 3, 2024
1 parent cc29aa8 commit d995bc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 42 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/update-flake.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update flake dependencies
name: Update internal flake dependencies

on:
workflow_dispatch: # for allowing manual triggers of the workflow
Expand Down Expand Up @@ -27,7 +27,8 @@ jobs:
with:
token: ${{ secrets.PAT_FLAKE_UPDATE }}
branch: "automation/flake-update"
pr-title: "Update flake.lock"
pr-title: "Update internal flake.lock"
path-to-flake-dir: ./test
pr-labels: |
automated
dependencies
Expand Down
40 changes: 0 additions & 40 deletions .github/workflows/update-test-flake.yml

This file was deleted.

0 comments on commit d995bc5

Please sign in to comment.