Skip to content

Commit

Permalink
Update prototyping.yml (#398)
Browse files Browse the repository at this point in the history
This limits the scope of prototyping action to PRs to prototyping branch to minimize the GHA cost / latency, as cabal install sometimes takes forever
  • Loading branch information
zeux authored Feb 25, 2022
1 parent c7eca27 commit db3a8a2
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/prototyping.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,10 @@
name: prototyping

on:
push:
branches:
- 'master'
- 'prototyping-*'
paths:
- '.github/workflows/**'
- 'prototyping/**'
- 'Analysis/**'
- 'Ast/**'
- 'CLI/Ast.cpp'
- 'CLI/FileUtils.*'
pull_request:
paths:
- '.github/workflows/**'
- '.github/workflows/prototyping.yml'
- 'prototyping/**'
- 'Analysis/**'
- 'Ast/**'
- 'CLI/Ast.cpp'
- 'CLI/FileUtils.*'

jobs:
linux:
Expand Down

0 comments on commit db3a8a2

Please sign in to comment.