Skip to content

Commit 38dae8b

Browse files
committed
Run compile requirements remotely
1 parent 02eaaae commit 38dae8b

File tree

2 files changed

+20
-57
lines changed

2 files changed

+20
-57
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Compile python requirements and create PR
2+
on:
3+
push:
4+
branches:
5+
- main
6+
workflow_dispatch:
7+
8+
schedule:
9+
- cron: "5 6 * * 1-5" # At 06:05 on every day-of-week from Monday through Friday
10+
11+
permissions:
12+
contents: write
13+
pull-requests: write
14+
15+
jobs:
16+
compile-requirements-and-create-pr:
17+
permissions:
18+
contents: write
19+
pull-requests: write
20+
uses: equinor/armada/.github/workflows/compile_python_requirements_and_create_pr.yml@main

.github/workflows/compile_requirements.yml

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)