Skip to content

Commit dc120db

Browse files
committed
test pr creation
1 parent f9a0f92 commit dc120db

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/update-dependencies.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Update Dockerfile Dependencies
22
on:
3-
schedule:
4-
- cron: '0 12 * * * *'
5-
workflow_dispatch:
3+
# schedule:
4+
# - cron: '0 12 * * * *'
5+
pull_request:
66

77
permissions:
88
pull-requests: write
@@ -17,13 +17,13 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919

20-
- name: build dependency updater
21-
run: cd dependency_updater && go build
20+
# - name: build dependency updater
21+
# run: cd dependency_updater && go build
2222

23-
- name: run dependency updater
24-
env:
25-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26-
run: cd dependency_updater && ./dependency_updater --repo ../ --commit true
23+
# - name: run dependency updater
24+
# env:
25+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26+
# run: cd dependency_updater && ./dependency_updater --repo ../ --commit true
2727

2828
- name: Load .env file
2929
uses: aarcangeli/load-dotenv@v1.1.0

0 commit comments

Comments
 (0)