Skip to content

Commit

Permalink
GHA: Limit artifact upload to .ex[45] files only
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Aug 26, 2023
1 parent 9df1039 commit fa22ac0
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: EA
path: '*.ex?'
path: '*.ex[45]'
Test:
needs: Compile
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: EA
path: '*.ex?'
path: '*.ex[45]'
2 changes: 1 addition & 1 deletion .github/workflows/optimize-indi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: EA
path: '*.ex?'
path: '*.ex[45]'
Process:
env:
SETS_DIR: sets/optimize/indicator
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/optimize-pricestop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: EA
path: '*.ex?'
path: '*.ex[45]'
Process:
env:
SETS_DIR: sets/optimize/pricestop
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/optimize-signalclose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: EA
path: '*.ex?'
path: '*.ex[45]'
Process:
env:
SETS_DIR: sets/optimize/signalclose
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/optimize-signalopen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: EA
path: '*.ex?'
path: '*.ex[45]'
Process:
env:
SETS_DIR: sets/optimize/signalopen
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/optimize-tick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: EA
path: '*.ex?'
path: '*.ex[45]'
Process:
env:
SETS_DIR: sets/optimize/tick
Expand Down

0 comments on commit fa22ac0

Please sign in to comment.