Skip to content

Commit

Permalink
feat : remove pr event
Browse files Browse the repository at this point in the history
  • Loading branch information
jhon3242 committed Jul 25, 2024
1 parent 9e87d07 commit d0a044f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: BE CI

on:
workflow_dispatch:
# pull_request:
# branches:
# - develop

permissions:
contents: read

Expand All @@ -16,6 +14,10 @@ jobs:
test: ${{steps.ffff.outputs.test}}
echo-check: ${{steps.aaaa.outputs.asd}}
steps:
- id: aaaa
if: ${{ github.event_name == 'workflow_dispatch' }}
run: echo "asd=true" >> "$GITHUB_OUTPUT"

- uses: dorny/paths-filter@v3
id: ffff
with:
Expand All @@ -25,9 +27,6 @@ jobs:
test:
- 'src/test/**'
- name: echo test
id: aaaa
run: echo "asd=true" >> "$GITHUB_OUTPUT"
detach-check:
needs: detach-test
Expand Down

0 comments on commit d0a044f

Please sign in to comment.