Skip to content

Commit

Permalink
fix: renamed workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
alicup29 committed Jan 16, 2025
1 parent 8e71972 commit 84c840b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sleap_webrtc_production.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Push sleap-vscode-tunnel (Production Workflow)
name: Build and Push sleap-webrtc (Production Workflow)

# Run on push to main branch after testing is complete
on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sleap_webrtc_test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Push sleap-vscode-tunnel (Test Workflow)
name: Build and Push sleap-webrtc (Test Workflow)

# Run on push to branches other than main for sleap_vscode_tunnel
on:
Expand Down

0 comments on commit 84c840b

Please sign in to comment.