Skip to content

Commit

Permalink
Adds in the linux only workflow to run on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaxley committed Dec 17, 2024
1 parent 328ce05 commit b1e2ad6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cluster.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Cluster Run - Minimega

on:
pull_request:
branches:
- '*'
# pull_request:
# branches:
# - '*'
workflow_dispatch:
inputs:
azure_region:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/linux_only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Linux Only

on:
workflow_dispatch:
# pull_request:
# branches:
# - '*'
pull_request:
branches:
- '*'

jobs:
build-and-test-linux-only:
Expand Down

0 comments on commit b1e2ad6

Please sign in to comment.