Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
Update script
Browse files Browse the repository at this point in the history
  • Loading branch information
tutn-axonivy committed Mar 25, 2024
1 parent 442e05b commit ead6d5a
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: CI Build
run-name: Build on branch ${{github.ref_name}} triggered by ${{github.actor}}

on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: '0 22 * * *'
Expand Down Expand Up @@ -52,10 +54,6 @@ jobs:
uses: editorconfig-checker/action-editorconfig-checker@main
- run: editorconfig-checker

- name: Editor checker
uses: editorconfig-checker/action-editorconfig-checker@main
- run: editorconfig-checker

- name: Clean up
run: |
rm -rf *

0 comments on commit ead6d5a

Please sign in to comment.