Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
timja committed Sep 11, 2024
1 parent 17cfe58 commit c024c2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-since-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
schedule:
- cron: "0 16 * * THU"
workflow_dispatch:
push:

permissions:
contents: write
Expand All @@ -12,7 +13,7 @@ permissions:
jobs:
since_updater:
runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'jenkinsci' }}
if: ${{ github.repository_owner == 'timja' }}
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit c024c2a

Please sign in to comment.