Skip to content

Commit

Permalink
chore: update devcontainer workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
nomicode authored May 7, 2023
1 parent c726d18 commit 22c9fc6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/devcontainer.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Dev Container
name: Devcontainer Build
on:
workflow_dispatch:
schedule:
Expand All @@ -20,8 +20,8 @@ jobs:
- run: ./bootstrap.sh
- uses: trunk-io/trunk-action@v1
if: github.event_name != 'pull_request'
prebuild:
name: Prebuild image
build:
name: Build and publish new image
runs-on: ubuntu-latest
needs: check
steps:
Expand All @@ -39,7 +39,7 @@ jobs:
sync:
name: Synchronize branch
if: github.event_name != 'pull_request'
needs: prebuild
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 22c9fc6

Please sign in to comment.