Skip to content

Commit

Permalink
Add upstream pretest workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Aug 8, 2024
1 parent 98efda3 commit 7733208
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/on commit.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Pack and test

on:
push:
schedule:
- cron: '0 0 * * *'
pull_request:
Expand Down
26 changes: 26 additions & 0 deletions .github/workflows/upstream pretest.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Upstream pretest

on:
push:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:

#concurrency:
# group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
# cancel-in-progress: false
#
permissions:
contents: write

jobs:
enmr-PRs:
runs-on: windows-latest

steps:
- uses: actions/checkout@main

- run: |
git config --file .gitmodules --name-only --get-regexp path

0 comments on commit 7733208

Please sign in to comment.