Skip to content

Commit

Permalink
Omit test*_ tag for building (#430)
Browse files Browse the repository at this point in the history
* [build-sfos4.2_latest.yml] Omit `test*_`

* [build-sfos4.2.yml] Omit `test*_`

* [build-sfos3.3.yml] Omit `test*_`

* [build-sfos3.3.yml] Remove empty line

* [build-sfos3.1.yml] Omit `test*_`
  • Loading branch information
Olf0 authored May 21, 2023
1 parent 5bc01e1 commit 1be72ac
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-sfos3.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
- 'rc*_sfos3.2/*'
- 'beta*_sfos3.2/*'
- 'alpha*_sfos3.2/*'
- 'test*_sfos3.2/*'
- 'sfos3.2/*'
pull_request:
branches:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build-sfos3.3.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: CI - sfos3.3 branch on SFOS 3.3.0 (armv7hl,i486) & SFOS 4.0.1 (aarch64)


env:
RELEASE: 3.3.0.14

Expand All @@ -11,7 +10,6 @@ on:
- 'rc*_sfos3.3/*'
- 'beta*_sfos3.3/*'
- 'alpha*_sfos3.3/*'
- 'test*_sfos3.3/*'
- 'sfos3.3/*'
pull_request:
branches:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-sfos4.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
- 'rc*_sfos4.2/*'
- 'beta*_sfos4.2/*'
- 'alpha*_sfos4.2/*'
- 'test*_sfos4.2/*'
- 'sfos4.2/*'
pull_request:
branches:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-sfos4.2_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:
- 'rc*_sfos4.2/*'
- 'beta*_sfos4.2/*'
- 'alpha*_sfos4.2/*'
- 'test*_sfos4.2/*'
- 'sfos4.2/*'
pull_request:
branches:
Expand Down

0 comments on commit 1be72ac

Please sign in to comment.