Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't run e2e tests when workflow is triggered by push of tag #3514

Merged
merged 1 commit into from
Jul 3, 2023

Conversation

michalinacienciala
Copy link
Contributor

@michalinacienciala michalinacienciala commented Jul 3, 2023

In commit 780d6d4 we've turned off uploading of
build artifact to workflow details in case when the workflow is triggered by a
push of tag. Later in 168d945 we've decided to
change conditions of e2e tests execution to run the tests more frequently. But
we've forgotten that we can't run the tests when workflow is triggered by a tag
push, as there is no build artifact available. Now we're updating the triggers
of e2e tests to take that under consideration.

Latest build: extension-builds-3514 (as of Mon, 03 Jul 2023 11:15:24 GMT).

In commit 780d6d4 we've turned off uploading of
build artifact to workflow details in case when the workflow is triggered by a
push of tag. Later in 168d945 we've decided to
change conditions of e2e tests execution to run the tests more frequently. But
we've forgotten that we can't run the tests when workflow is triggered by a tag
push, as there is no build artifact available. Now we're updating the triggers
of e2e tests to take that under consideration.
Copy link
Contributor

@hyphenized hyphenized left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@hyphenized hyphenized merged commit b1bdff2 into main Jul 3, 2023
5 checks passed
@hyphenized hyphenized deleted the dont-run-e2e-on-tags branch July 3, 2023 15:45
@Shadowfiend Shadowfiend mentioned this pull request Jul 6, 2023
kkosiorowska pushed a commit that referenced this pull request Jul 10, 2023
## Highlights

- An updated Taho token list! This will start auto-updating Soon™.

## What's Changed
* Update Taho token list reference by @kkosiorowska in
#3506
* Don't run e2e tests when workflow is triggered by push of tag by
@michalinacienciala in #3514
* Fix throwing NFT filters panel by @jagodarybacka in
#3513
* Use gas price from 0x quote to setup swap transaction by
@jagodarybacka in #3516
* v0.40.0 by @hyphenized in
#3507
* Add cron job to sync pledge signers by @hyphenized in
#3505
* Fix invalid workflow file by @hyphenized in
#3519
* Remove workflow trigger used for testing by @hyphenized in
#3520
* Fix migration for cleaning account balances by @jagodarybacka in
#3527
* v0.40.1 with op swaps gas price hotfix by @Shadowfiend in
#3518
* v0.40.2 - accounts migration fix by @jagodarybacka in
#3529


**Full Changelog**:
v0.40.2...v0.41.0

Latest build:
[extension-builds-3531](https://github.com/tahowallet/extension/suites/14093546910/artifacts/788185513)
(as of Thu, 06 Jul 2023 02:05:27 GMT).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants