Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .github/workflows/02-workflow-events-v2.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
name: 02 - Workflow Events v2.2026
# Wersja rozszerzona — push, pull_request, schedule, workflow_dispatch
# dumy zmaina dla CW02_03_2026
#tyeraz bedzie git

on:
#push:
pull_request:
branches:
- CW02_03_2026
schedule:
- cron: "*/2 * * * *" # co 2 minuty
- cron: "*/2 * * * *" # co 2 minuty # co niedzielę o północy
workflow_dispatch:

jobs:
Expand All @@ -19,6 +20,10 @@ jobs:
run: |
echo "Event name: ${{ github.event_name }}"
echo "pull request"
ls -la
echo "cos tam"
- name: test
run: echo "$test"

# Commit & push:
# ```bash
Expand Down