Skip to content

Commit b65a08f

Browse files
committed
ci: update test-required-workflow job to just echo that it passed
1 parent 2562f2b commit b65a08f

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

.github/workflows/test-required-workflow.yml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,5 @@ jobs:
1212
commit_message_based_labels:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
16-
- name: Log repository details
17-
run: |
18-
echo "Repository Owner: ${{ github.repository_owner }}"
19-
echo "Repository Name: ${{ github.repository }}"
20-
echo "Commit SHA: ${{ github.sha }}"
21-
echo "Ref: ${{ github.ref }}"
22-
echo "Head Ref: ${{ github.head_ref }}"
23-
echo "Base Ref: ${{ github.base_ref }}" # For pull requests
24-
echo "Workflow: ${{ github.workflow }}"
25-
echo "Run ID: ${{ github.run_id }}"
26-
echo "Run Number: ${{ github.run_number }}"
27-
echo "Event Name: ${{ github.event_name }}"
28-
- name: List the files
29-
run: ls -al
15+
- name: Log to show it passes.
16+
run: echo "This job passes"

0 commit comments

Comments
 (0)