Skip to content

Commit dc8c26a

Browse files
committed
Add workflow file that calls test workflow
1 parent 9243c15 commit dc8c26a

File tree

6,925 files changed

+851822
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

6,925 files changed

+851822
-0
lines changed

.DS_Store

6 KB
Binary file not shown.

.github/workflows/main.yaml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Trigger Django Rest Backend Test Runner
2+
3+
on:
4+
pull_request_target:
5+
branches: ["main"]
6+
7+
jobs:
8+
django_rest_backend_test_runner:
9+
uses: developer-job-simulation/django-rest-backend-tests/.github/workflows/main.yml@main
10+
with:
11+
pr_number: ${{ github.event.pull_request.number }}
12+
head_sha: ${{ github.event.pull_request.head.sha }}
13+
secrets:
14+
GH_TOKEN: ${{ secrets.GH_TOKEN }}

pokemon_api/django-rest-backend

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 9243c15fb48f82d6aab13c5045d12b23c600acef

0 commit comments

Comments
 (0)