This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 341ea27 No longer needed
341ea27 is described below
commit 341ea27305de6ee2751f4d77544e4fba46c8344d
Author: Sebb <[email protected]>
AuthorDate: Sat Mar 26 22:57:27 2022 +0000
No longer needed
---
.github/workflows/testaction.yml | 24 ------------------------
1 file changed, 24 deletions(-)
diff --git a/.github/workflows/testaction.yml b/.github/workflows/testaction.yml
deleted file mode 100644
index 93c2f94..0000000
--- a/.github/workflows/testaction.yml
+++ /dev/null
@@ -1,24 +0,0 @@
-name: test action
-
-on:
- push:
- paths:
- - '**/testaction.yml'
-
- workflow_dispatch:
-
-jobs:
- test:
- strategy:
- fail-fast: true
- matrix:
- os: [ubuntu-20.04, macos-latest]
- runs-on: ${{ matrix.os }}
- steps:
- - name: generate status
- run: |
- test ${{ matrix.os }} == 'macos-latest'
- - name: report
- if: always()
- run: |
- echo ${{ job.status }}
\ No newline at end of file