Skip to content

Commit

Permalink
adapt to jrhee17
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhee17 committed Oct 17, 2023
1 parent 2034f6c commit 4cccd34
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/public-suffixes.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
name: Update Public Suffix List
on:
schedule:
- cron: '0 10 * * *'
push:
branches:
- main

env:
LC_ALL: "en_US.UTF-8"

jobs:
update-psl:
if: github.repository == 'line/armeria'
if: github.repository == 'jrhee17/armeria'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4cccd34

Please sign in to comment.