Skip to content

Commit

Permalink
chore: rename actions workflows for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Armstrong committed Jan 17, 2025
1 parent b57e214 commit 65802da
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerfile-image.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Dockerfile
name: dockerfile

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/duplication.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: tests
name: duplication
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/full-integration-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: tests
name: qa
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-docstrings.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: docstring-tests
name: docstrings
on:
push:
branches:
Expand Down

0 comments on commit 65802da

Please sign in to comment.