Skip to content

Commit 4c92f63

Browse files
Copilothansec
andcommitted
Remove Test OFT step; add push/PR triggers on workflow file changes
Co-authored-by: hansec <821577+hansec@users.noreply.github.com>
1 parent 798e061 commit 4c92f63

1 file changed

Lines changed: 6 additions & 9 deletions

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ name: Copilot Setup Steps
55

66
on:
77
workflow_dispatch:
8+
push:
9+
paths:
10+
- .github/workflows/copilot-setup-steps.yml
11+
pull_request:
12+
paths:
13+
- .github/workflows/copilot-setup-steps.yml
814

915
jobs:
1016
copilot-setup-steps:
@@ -88,15 +94,6 @@ jobs:
8894
source ${{ github.workspace }}/setup_env.sh
8995
make install
9096
91-
- name: Test OFT
92-
shell: bash
93-
timeout-minutes: 90
94-
working-directory: libs/build_release
95-
run: |
96-
source ${{ github.workspace }}/setup_env.sh
97-
make test
98-
mv tests/OFT.junit.xml OFT.junit.xml
99-
10097
- name: Fixup cache
10198
shell: bash
10299
working-directory: libs

0 commit comments

Comments
 (0)