Skip to content

Commit

Permalink
running ci for testing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Juarez Rudsatz authored and juarezr committed Sep 19, 2022
1 parent ef615a5 commit 8b51a05
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/testing_changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,11 @@ jobs:
runs-on: "${{ matrix.os }}"

steps:
- name: Testing changes with FirebirdSQL version ${{ matrix.target }} triggered by ${{ github.event_name }} at '${{ github.sha }}'
- name: Checkout source code on event ${{ github.event_name }} triggered by '${{ github.sha }}'
if: github.event_name != 'release'
uses: actions/checkout@v3

- name: Testing changes with FirebirdSQL version ${{ matrix.target }} on ${{ github.event_name }} triggered by '${{ github.sha }}'
if: github.event_name != 'release'
uses: ./ # Uses an action in the root directory
with:
Expand Down

0 comments on commit 8b51a05

Please sign in to comment.