Skip to content

Commit

Permalink
Lint Action Update
Browse files Browse the repository at this point in the history
  • Loading branch information
CuteOne committed Apr 26, 2024
1 parent e9a839f commit cda0c89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Lint

on: [push, workflow_dispatch, pull_request]
on: [push, workflow_dispatch, pull_request_target]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
#cancel-in-progress: ${{ github.event_name == 'pull_request' }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}

jobs:
lua-check:
Expand Down

0 comments on commit cda0c89

Please sign in to comment.