mirror of
https://github.com/plausible/analytics.git
synced 2024-12-24 01:54:34 +03:00
Github Actions: Run tests on all PRs (#3709)
Chained PRs (like https://github.com/plausible/analytics/pull/3708) don't currently run tests. This PR fixes that.
This commit is contained in:
parent
041b0ab779
commit
e2eb861799
1
.github/workflows/build-private-images.yml
vendored
1
.github/workflows/build-private-images.yml
vendored
@ -5,7 +5,6 @@ on:
|
|||||||
branches: [master, stable]
|
branches: [master, stable]
|
||||||
tags: ['r*']
|
tags: ['r*']
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [master]
|
|
||||||
types: [synchronize, labeled]
|
types: [synchronize, labeled]
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
|
1
.github/workflows/elixir.yml
vendored
1
.github/workflows/elixir.yml
vendored
@ -4,7 +4,6 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches: [master, stable]
|
branches: [master, stable]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [master, stable]
|
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
1
.github/workflows/node.yml
vendored
1
.github/workflows/node.yml
vendored
@ -4,7 +4,6 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches: [master, stable]
|
branches: [master, stable]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [master, stable]
|
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
8
.github/workflows/terraform-e2e.yml
vendored
8
.github/workflows/terraform-e2e.yml
vendored
@ -4,11 +4,9 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
paths:
|
paths:
|
||||||
- 'test/e2e/**.tf'
|
- 'test/e2e/**.tf'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
paths:
|
paths:
|
||||||
- 'test/e2e/**.tf'
|
- 'test/e2e/**.tf'
|
||||||
|
|
||||||
@ -43,7 +41,7 @@ jobs:
|
|||||||
- name: Terraform Init
|
- name: Terraform Init
|
||||||
id: init
|
id: init
|
||||||
run: terraform init
|
run: terraform init
|
||||||
|
|
||||||
- name: Terraform Validate
|
- name: Terraform Validate
|
||||||
id: validate
|
id: validate
|
||||||
run: terraform validate -no-color
|
run: terraform validate -no-color
|
||||||
|
Loading…
Reference in New Issue
Block a user