Skip to content

Commit 93c215b

Browse files
committed
Does this work?
1 parent e4275a1 commit 93c215b

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

.github/workflows/ignore-this-ci.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ permissions:
88
on:
99
workflow_dispatch:
1010
push:
11-
branches:
12-
- main
1311
paths:
1412
- .github/workflows/ignore-this-ci.yml
1513
- ignore-this/*
@@ -41,22 +39,8 @@ jobs:
4139
dotnet-version: |
4240
8.0.x
4341
44-
- name: Build
45-
run: ./build.ps1
46-
47-
- name: Test report
48-
id: test-report
49-
uses: dorny/test-reporter@v1
50-
if: success() || failure() # run this step even if previous step failed
51-
with:
52-
name: Test results
53-
path: ignore-this/test/IgnoreThis.Tests/TestResults/Test.trx
54-
reporter: dotnet-trx
55-
fail-on-error: true
56-
fail-on-empty: true
57-
5842
- name: Install Sectigo CodeSiging CA certificates
59-
run: |
43+
run: |-
6044
sudo apt-get update
6145
sudo apt-get install -y ca-certificates
6246
sudo cp build/SectigoPublicCodeSigningRootCrossAAA.crt /usr/local/share/ca-certificates/

0 commit comments

Comments
 (0)