Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vandyliu committed Apr 10, 2024
1 parent 59bf2c4 commit 0aa4dc5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/testacc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Terraform Provider testing workflow.
name: Acceptance Tests

# In the future, we only want to run acceptance tests on the main branch and
# on-demand for pull requests (via a PR comment)
# The github action will be triggered by a comment on a PR and run against the latest commit
# The PR can only be merged if the acceptance tests pass
on:
pull_request:
paths-ignore:
Expand Down

0 comments on commit 0aa4dc5

Please sign in to comment.