This is an automated email from the ASF dual-hosted git repository.
vishesh pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/cloudstack-terraform-provider.git
The following commit(s) were added to refs/heads/main by this push:
new 37ebe49 ci: runs acc test on every change (#127)
37ebe49 is described below
commit 37ebe496fcc292cb12b4ff4d05b7ddc0e9a87e09
Author: Fábio Matavelli <[email protected]>
AuthorDate: Tue Jul 2 06:02:51 2024 -0300
ci: runs acc test on every change (#127)
---
.github/workflows/acceptance.yml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/.github/workflows/acceptance.yml b/.github/workflows/acceptance.yml
index 14555db..d1a8eb1 100644
--- a/.github/workflows/acceptance.yml
+++ b/.github/workflows/acceptance.yml
@@ -19,13 +19,7 @@ name: Acceptance Test
on:
pull_request:
- paths:
- - .github/workflows/acceptance.yml
- - '**.go'
push:
- paths:
- - .github/workflows/acceptance.yml
- - '**.go'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number ||
github.ref }}-acceptance