Skip to content

Commit

Permalink
Adjust workflows configuration files used for specs
Browse files Browse the repository at this point in the history
  • Loading branch information
saraycp committed May 27, 2021
1 parent bf4acbd commit 1be3597
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
5 changes: 5 additions & 0 deletions src/api/spec/support/files/invalid_steps_workflows.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
workflow123:
steps:
- invalid_step:
source_project: "test-project"
source_package: "test-package"
7 changes: 0 additions & 7 deletions src/api/spec/support/files/workflows.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
workflow123:
filters:
event: pull_request
branches:
only:
- master
ignore:
- 2.10
steps:
- branch_package:
source_project: "test-project"
Expand Down

0 comments on commit 1be3597

Please sign in to comment.