Skip to content

Commit

Permalink
Merge branch 'main' of github.com:flexn-io/create
Browse files Browse the repository at this point in the history
  • Loading branch information
aurimasmi committed Sep 29, 2023
2 parents befef8a + 5b3d994 commit 14080b2
Show file tree
Hide file tree
Showing 8 changed files with 64 additions and 64 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/e2e-harness-androidtv.yml
Expand Up @@ -5,15 +5,15 @@ defaults:
shell: zsh -l {0}
on:
workflow_dispatch:
push:
branches:
- main
- 'release/**'
paths-ignore:
- 'docs/**'
- '**/README.md'
pull_request:
types: [labeled]
# push:
# branches:
# - main
# - 'release/**'
# paths-ignore:
# - 'docs/**'
# - '**/README.md'
# pull_request:
# types: [labeled]

jobs:
e2e-harness-androidtv:
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/e2e-harness-tvos.yml
Expand Up @@ -5,15 +5,15 @@ defaults:
shell: zsh -l {0}
on:
workflow_dispatch:
push:
branches:
- main
- 'release/**'
paths-ignore:
- 'docs/**'
- '**/README.md'
pull_request:
types: [labeled]
# push:
# branches:
# - main
# - 'release/**'
# paths-ignore:
# - 'docs/**'
# - '**/README.md'
# pull_request:
# types: [labeled]

jobs:
e2e-harness-tvos:
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/e2e-template-android.yml
Expand Up @@ -5,15 +5,15 @@ defaults:
shell: zsh -l {0}
on:
workflow_dispatch:
push:
branches:
- main
- 'release/**'
paths-ignore:
- 'docs/**'
- '**/README.md'
pull_request:
types: [labeled]
# push:
# branches:
# - main
# - 'release/**'
# paths-ignore:
# - 'docs/**'
# - '**/README.md'
# pull_request:
# types: [labeled]

jobs:
e2e-template-android:
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/e2e-template-androidtv.yml
Expand Up @@ -5,15 +5,15 @@ defaults:
shell: zsh -l {0}
on:
workflow_dispatch:
push:
branches:
- main
- 'release/**'
paths-ignore:
- 'docs/**'
- '**/README.md'
pull_request:
types: [labeled]
# push:
# branches:
# - main
# - 'release/**'
# paths-ignore:
# - 'docs/**'
# - '**/README.md'
# pull_request:
# types: [labeled]

jobs:
e2e-template-androidtv:
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/e2e-template-ios.yml
Expand Up @@ -5,15 +5,15 @@ defaults:
shell: zsh -l {0}
on:
workflow_dispatch:
push:
branches:
- main
- 'release/**'
paths-ignore:
- 'docs/**'
- '**/README.md'
pull_request:
types: [labeled]
# push:
# branches:
# - main
# - 'release/**'
# paths-ignore:
# - 'docs/**'
# - '**/README.md'
# pull_request:
# types: [labeled]

jobs:
e2e-template-ios:
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/e2e-template-macos.yml
Expand Up @@ -5,15 +5,15 @@ defaults:
shell: zsh -l {0}
on:
workflow_dispatch:
push:
branches:
- main
- 'release/**'
paths-ignore:
- 'docs/**'
- '**/README.md'
pull_request:
types: [labeled]
# push:
# branches:
# - main
# - 'release/**'
# paths-ignore:
# - 'docs/**'
# - '**/README.md'
# pull_request:
# types: [labeled]

jobs:
e2e-template-macos:
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/e2e-template-tvos.yml
Expand Up @@ -5,15 +5,15 @@ defaults:
shell: zsh -l {0}
on:
workflow_dispatch:
push:
branches:
- main
- 'release/**'
paths-ignore:
- 'docs/**'
- '**/README.md'
pull_request:
types: [labeled]
# push:
# branches:
# - main
# - 'release/**'
# paths-ignore:
# - 'docs/**'
# - '**/README.md'
# pull_request:
# types: [labeled]

jobs:
e2e-template-tvos:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-template-web.yml
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
e2e-template-web:
if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'push' || github.event.label.name == 'e2e-template-web' || github.event.label.name == 'e2e' }}
if: ${{ github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && github.event.action == 'closed') || github.event.label.name == 'e2e-template-web' || github.event.label.name == 'e2e'}}
runs-on: [self-hosted, macos]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 14080b2

Please sign in to comment.