Skip to content

Commit

Permalink
Modify actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-kulhanek committed Jun 10, 2024
1 parent 34c5a97 commit 5b860d4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
name: "main"
name: Run base actions
run-name: ${{ github.actor }} running base actions

concurrency:
group: "${{ github.ref }}-${{ github.workflow }}"
cancel-in-progress: true

on:
workflow_dispatch:
pull_request:
push:
schedule:
- cron: "0 7 * * 1"
- cron: "0 7 * * MON"

env:
extensions: "xml mbstring curl openssl dom xdebug"
Expand Down

0 comments on commit 5b860d4

Please sign in to comment.