You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.
The Circle config implies that we want e2e tests to run only when tags are created.
atomic-blocks/.circleci/config.yml
Lines 258 to 261 in 588a00b
But they run on every commit, because the config is missing the branch ignore part like we use elsewhere.
atomic-blocks/.circleci/config.yml
Lines 289 to 290 in 588a00b
Here's a workflow that run when a commit was pushed, and you can see the e2e tests ran.
https://app.circleci.com/pipelines/github/studiopress/atomic-blocks/648/workflows/15ef81a1-5d15-4d0b-a3a7-b3d50456122d
We just need to add the branch ignore logic to the
e2e-tests
workflow.The text was updated successfully, but these errors were encountered: