Skip to content

Commit

Permalink
ci: optimize performance and update CI configurations
Browse files Browse the repository at this point in the history
- Remove an empty line in the GitHub Actions CI workflow file

Signed-off-by: appleboy <[email protected]>
  • Loading branch information
appleboy committed Oct 11, 2024
1 parent 606d3ee commit dfbb92a
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
name: trigger gitlab job
on: [push]
jobs:

build:
name: Build
runs-on: ubuntu-latest
steps:
- name: trigger Job
uses: appleboy/gitlab-ci-action@master
with:
url: "http://example.com"
token: ${{ secrets.TOKEN }}
project_id: 100
- name: trigger Job
uses: appleboy/gitlab-ci-action@master
with:
url: "http://example.com"
token: ${{ secrets.TOKEN }}
project_id: 100

0 comments on commit dfbb92a

Please sign in to comment.