-
Notifications
You must be signed in to change notification settings - Fork 262
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Make v3 the standard operation * . * Change deploy slightly * update for staging * Add awslogging for staging server * Add checkout for expected canarytokens-docker repo * Staging git checkout * Fix canarytokens-docker branch in GH action * Clean up gh action * Fix ennv * . * . * .
- Loading branch information
Showing
2 changed files
with
25 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,9 +3,7 @@ name: TestSuite | |
on: | ||
push: | ||
branches: | ||
- "py3_master" | ||
- "master" | ||
- "dev_v3" | ||
- "dev" | ||
|
||
workflow_dispatch: | ||
|