Skip to content

Commit

Permalink
ci: ensure only two runs happen
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Sajid Imami <395482+AliSajid@users.noreply.github.com>
  • Loading branch information
AliSajid committed May 24, 2024
1 parent 2e29791 commit 4a89822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_github_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
strategy:
fail-fast: false
matrix:
r_version: ['release', 'devel', 'next']
r_version: ['release', 'devel']
runs-on: ubuntu-latest
steps:
- name: Install Act dependencies
Expand Down

0 comments on commit 4a89822

Please sign in to comment.