We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3042e4 commit a986a79Copy full SHA for a986a79
.github/workflows/pre-testing.yml
@@ -0,0 +1,15 @@
1
+name: Pre-testing checks
2
+
3
+on:
4
+ push:
5
+ branches: [ develop ]
6
+ pull_request:
7
8
+ workflow_dispatch:
9
10
+jobs:
11
+ build:
12
+ runs-on: ubuntu-latest
13
+ steps:
14
+ - name: Checkout code
15
+ run: echo "Success"
.github/workflows/testing.yml
@@ -3,8 +3,15 @@
# All rights reserved.
name: Тестирование
-# Любой пуш и pr в проекте
-on: [push, pull_request]
+ workflow_run:
+ workflows: ["Pre-testing checks"]
+ types:
+ - completed
+permissions:
+ checks: write
+ contents: read
16
jobs:
17
test:
0 commit comments