Skip to content

Commit

Permalink
fix: Rename workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ucan-lab committed May 8, 2024
1 parent d8b2af8 commit d9fa178
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-build-testing.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: deploy-build-testing
name: Deploy Build Testing
on:
pull_request:
schedule:
- cron: '0 0 * * *'
jobs:
docker-build:
deploy-build-testing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/laravel-create-project.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: laravel-create-project
name: Laravel Create Project
on:
pull_request:
schedule:
- cron: '0 0 * * *'
jobs:
docker-build:
laravel-create-project:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/laravel-git-clone.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: laravel-git-clone
name: Laravel Git Clone
on:
pull_request:
schedule:
- cron: '0 0 * * *'
jobs:
docker-build:
laravel-git-clone:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d9fa178

Please sign in to comment.