Skip to content

Commit

Permalink
Merge pull request #893 from tchapgouv/tchap-workflow-fix-collision-w…
Browse files Browse the repository at this point in the history
…ith-element

Rename tchap workflows so that they dont conflict with elements
  • Loading branch information
estellecomment authored Feb 8, 2024
2 parents 04a4f58 + 2d1efa6 commit ff2efad
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
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
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 ff2efad

Please sign in to comment.