Skip to content

Commit

Permalink
Update run-htmltest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel authored Mar 14, 2024
1 parent 0779b1d commit 4b06646
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-htmltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: run-htmltest-external
on:
schedule:
# 10am UTC on weekdays
- cron: '15 10,16,17 * * 1,2,3,4,5'
- cron: '15,30,45 10,16,17 * * 1,2,3,4,5'
jobs:
htmltest:
runs-on: ubuntu-large
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
id: create
uses: atlassian/gajira-create@v3
env:
GITHUB_RUN_ID: ${GITHUB_RUN_ID}
GITHUB_RUN_ID: ${{GITHUB_RUN_ID}}
with:
project: DOCS
issuetype: Bug
Expand Down

0 comments on commit 4b06646

Please sign in to comment.