Skip to content

Commit

Permalink
ci: Limit runtime to preserve Wolfram credits
Browse files Browse the repository at this point in the history
  • Loading branch information
musoke committed Jan 15, 2024
1 parent 7481e7a commit b4e6b44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
options: --user root
env:
WOLFRAMINIT: -entitlement ${{ secrets.WOLFRAM_LICENSE_ENTITLEMENT_ID }} -pwfile !cloudlm.wolfram.com
# Limit runtime to preserve Wolfram Service Credits
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
Expand All @@ -55,6 +57,8 @@ jobs:
options: --user root
env:
WOLFRAMINIT: -entitlement ${{ secrets.WOLFRAM_LICENSE_ENTITLEMENT_ID }} -pwfile !cloudlm.wolfram.com
# Limit runtime to preserve Wolfram Service Credits
timeout-minutes: 10
permissions:
contents: write
statuses: write
Expand Down

0 comments on commit b4e6b44

Please sign in to comment.