Skip to content

Commit c024c2a

Browse files
committed
Test
1 parent 17cfe58 commit c024c2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run-since-updater.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
schedule:
55
- cron: "0 16 * * THU"
66
workflow_dispatch:
7+
push:
78

89
permissions:
910
contents: write
@@ -12,7 +13,7 @@ permissions:
1213
jobs:
1314
since_updater:
1415
runs-on: ubuntu-latest
15-
if: ${{ github.repository_owner == 'jenkinsci' }}
16+
if: ${{ github.repository_owner == 'timja' }}
1617
steps:
1718
- uses: actions/checkout@v4
1819
with:

0 commit comments

Comments
 (0)