Skip to content

Commit

Permalink
Rename tchap workflows so that they dont conflict with elements
Browse files Browse the repository at this point in the history
  • Loading branch information
estellecomment committed Feb 8, 2024
1 parent 04a4f58 commit 915229c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tchap/static_analysis.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Run a static analysis
name: Static Analysis
name: Static Analysis Tchap # avoid having same name as Element workflows, it causes problems
on:
pull_request: {}
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tchap/tests.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Run the tests
#tchap modification : use "./scripts/tchap/install-yarn-linked-repositories.sh" instead of "./scripts/layered.sh"
name: Tests
name: Tests Tchap # avoid having same name as Element workflows, it causes problems
on:
pull_request: {}
push:
Expand Down

0 comments on commit 915229c

Please sign in to comment.