Skip to content

Commit

Permalink
updated dump_contexts.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Jan 30, 2025
1 parent cc5ec78 commit 0b8d8c2
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/dump_contexts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,16 @@ env:
jobs:
dump_contexts:
name: Dump Contexts
runs-on: ubuntu-latest
container: ubuntu:latest
#runs-on: ubuntu-latest
#container: ubuntu:latest
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
# run inside a Docker container when on Ubuntu Linux
# so we can get a little more environment and context output
container: ${{ matrix.os == 'ubuntu-latest' && 'ubuntu:latest' || '' }}
timeout-minutes: 10
steps:

Expand Down

0 comments on commit 0b8d8c2

Please sign in to comment.