Skip to content

Commit

Permalink
chore: cleanup workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianwessel committed Feb 25, 2024
1 parent feb6c55 commit 4294c48
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 27 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/create-release.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ concurrency:

jobs:
# Build job
build:
deploydoc:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
needs: build
needs: deploydoc
runs-on: ubuntu-latest
name: Deploy
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_resquest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
# Build job
build:
builddev:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
# Build job
build:
publishversion:
environment: publish_version
runs-on: ubuntu-latest
permissions: write-all
Expand Down

0 comments on commit 4294c48

Please sign in to comment.