Skip to content

Commit

Permalink
Merge branch 'ait-energy:main' into rework-addons
Browse files Browse the repository at this point in the history
  • Loading branch information
sstroemer authored Oct 28, 2024
2 parents e9378ad + 4c2a59c commit 3fa2526
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- main
tags: ['*']
pull_request:
types: [review_requested, ready_for_review]
workflow_dispatch:
concurrency:
# Skip intermediate builds: always.
Expand All @@ -14,6 +15,7 @@ concurrency:
jobs:
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
if: github.event.pull_request.draft == false
runs-on: ${{ matrix.os }}
timeout-minutes: 60
permissions: # needed to allow julia-actions/cache to proactively delete old caches that it has created
Expand Down

0 comments on commit 3fa2526

Please sign in to comment.