Skip to content
Open

Qa #2

Show file tree
Hide file tree
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
8 changes: 6 additions & 2 deletions .github/workflows/so-034-conditions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: so-034-conditions
on:
push:
branches: [ master, main, qa ]
pull_request:
branches:
- main
workflow_dispatch:

jobs:
Expand All @@ -24,7 +27,7 @@ jobs:

echo "Deploying $GITHUB_REF"
echo "Deploying ${{ github.event_name }}"
qa_build:
qa_build:
runs-on: ubuntu-latest
if: ${{ contains(github.base_ref, 'qa') || contains(github.head_ref, 'qa') }}
steps:
Expand All @@ -35,8 +38,9 @@ jobs:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
run: echo "$GITHUB_CONTEXT"
- name: Test1
id: test1
run: |
echo "${{ github.base_ref }}"
echo "Deploying ${{ github.event_name }}"
echo "Deploying ${{ github.event_name }}"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# github-actions-manual

## test
## test qa 3