We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 547267d commit d12eca5Copy full SHA for d12eca5
.github/workflows/fireperf-e2e.yml
@@ -4,6 +4,7 @@ on:
4
schedule:
5
- cron: 4 */4 * * * # every 4 hours at 04 minutes past the hour
6
workflow_dispatch: # allow triggering the workflow manually
7
+ pull_request:
8
9
concurrency:
10
group: ${{ github.workflow }}
.github/workflows/smoke-tests.yml
@@ -63,4 +63,7 @@ jobs:
63
uses: actions/upload-artifact@v3
64
with:
65
name: smoke-tests-artifacts
66
- path: ${{ runner.temp }}
+ path: |
67
+ ${{ runner.temp }}/**/*.apk
68
+ ${{ runner.temp }}/**/changed-artifacts.json
69
+ ${{ runner.temp }}/**/smoke-test-dependencies.log
0 commit comments