mirror of
https://github.com/plausible/analytics.git
synced 2024-12-23 17:44:43 +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]
|
||||
tags: ['r*']
|
||||
pull_request:
|
||||
branches: [master]
|
||||
types: [synchronize, labeled]
|
||||
|
||||
concurrency:
|
||||
|
1
.github/workflows/elixir.yml
vendored
1
.github/workflows/elixir.yml
vendored
@ -4,7 +4,6 @@ on:
|
||||
push:
|
||||
branches: [master, stable]
|
||||
pull_request:
|
||||
branches: [master, stable]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
1
.github/workflows/node.yml
vendored
1
.github/workflows/node.yml
vendored
@ -4,7 +4,6 @@ on:
|
||||
push:
|
||||
branches: [master, stable]
|
||||
pull_request:
|
||||
branches: [master, stable]
|
||||
|
||||
concurrency:
|
||||
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:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- 'test/e2e/**.tf'
|
||||
paths:
|
||||
- 'test/e2e/**.tf'
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- 'test/e2e/**.tf'
|
||||
|
||||
@ -43,7 +41,7 @@ jobs:
|
||||
- name: Terraform Init
|
||||
id: init
|
||||
run: terraform init
|
||||
|
||||
|
||||
- name: Terraform Validate
|
||||
id: validate
|
||||
run: terraform validate -no-color
|
||||
|
Loading…
Reference in New Issue
Block a user