Update .github/workflows/00-basic.yml
فشلت بعض الفحوصات
00 Basic Workflow / build (push) Failing after 1s
01 Basic Workflow with Multiple Jobs / job1 (push) Has been cancelled
01 Basic Workflow with Multiple Jobs / job2 (push) Has been cancelled
01 Basic Workflow with Multiple Jobs / job3 (push) Has been cancelled
02 Basic Dependencies / job1 (push) Has been cancelled
02 Basic Dependencies / job1a (push) Has been cancelled
02 Basic Dependencies / job2 (push) Has been cancelled
02 Basic Dependencies / job3 (push) Has been cancelled
03 Steps / build (push) Has been cancelled
04 Variables / build (push) Has been cancelled
04 Variable Hierarchy / build (push) Has been cancelled
04 Variable Hierarchy / build2 (push) Has been cancelled
05 Conditionals / greeting (push) Has been cancelled
06 Expressions / job1 (push) Has been cancelled
07 Contexts / dump_contexts_to_log (push) Has been cancelled
08 Secrets / build (push) Has been cancelled
Deploy marp site to Pages / build (push) Has been cancelled
Lint Code Base / Lint (push) Has been cancelled

هذا الالتزام موجود في:
2025-09-24 18:13:21 +00:00
الأصل ba7a1763c4
التزام 1ca4e642a3

عرض الملف

@@ -9,8 +9,6 @@ on: [push, pull_request, workflow_dispatch]
jobs: jobs:
# This workflow contains a single job called "build" # This workflow contains a single job called "build"
build: build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job # Steps represent a sequence of tasks that will be executed as part of the job
steps: steps: