Skip to content

Commit 4144b03

Browse files
authored
ci: remove stale logging jobs (#2524)
### What Removes github context logging jobs ### Why Prevents use of user supplied inputs in bash scripts for `pull_request` jobs ### Known limitations None
1 parent 8784259 commit 4144b03

2 files changed

Lines changed: 0 additions & 18 deletions

File tree

.github/workflows/docs.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,6 @@ concurrency:
1212
cancel-in-progress: true
1313

1414
jobs:
15-
github_context:
16-
runs-on: ubuntu-latest
17-
steps:
18-
- run: |
19-
echo "github.sha => ${{ github.sha }}"
20-
echo "github.ref => ${{ github.ref }}"
21-
2215
docs-validation:
2316
uses: stellar/stellar-docs/.github/workflows/build.yml@main
2417
with:

.github/workflows/rust.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,6 @@ defaults:
1616
shell: bash
1717

1818
jobs:
19-
debug-context:
20-
runs-on: ubuntu-latest
21-
steps:
22-
- name: Debug GitHub context
23-
run: |
24-
echo "Event name: ${{ github.event_name }}"
25-
echo "Ref: ${{ github.ref }}"
26-
echo "Head ref: ${{ github.head_ref }}"
27-
echo "Base ref: ${{ github.base_ref }}"
28-
echo "Condition result: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/') || startsWith(github.head_ref, 'release/') }}"
29-
3019
complete:
3120
if: always()
3221
needs:

0 commit comments

Comments
 (0)