Skip to content

Commit

Permalink
ci: workflow names can't contain [ (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan-pad authored Jan 26, 2024
1 parent 64c8e98 commit 19c53c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: [Main] Continuous Integration
name: Main Continuous Integration

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: [Pull Request] Continuous Integration
name: Pull Request Continuous Integration

on:
pull_request:
Expand Down

0 comments on commit 19c53c5

Please sign in to comment.